Skip to content

iOS Simulator build fails – ffmpegkit.framework missing arm64-simulator slice (Xcode 26+) #141

@blacknight9

Description

@blacknight9

Problem

Building Flutter app for iOS Simulator fails on Apple Silicon Macs.

Xcode error:
Building for 'iOS-simulator', but linking in dylib built for 'iOS'

ld: building for iOS Simulator, but linking in ffmpegkit.framework built for iOS device only

Cause

The ffmpegkit.framework only includes iphoneos architectures and does not include:

  • arm64-simulator
  • iphonesimulator slices

Xcode 26+ requires arm64 for simulator builds, so the framework cannot link.

Environment

  • macOS: Apple Silicon (M-series)
  • Xcode: 26+
  • Flutter: latest
  • Plugin version: 4.1.0
  • Target: iOS Simulator

Expected

Plugin should ship:

  • XCFramework OR
  • universal framework including iphonesimulator arm64

Actual

Build fails for simulator.

Request

Please provide an XCFramework with arm64-simulator support or clarify if the project is no longer maintained.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions