Skip to content

Xcode Compatibility

Taner Sener edited this page Jul 28, 2026 · 2 revisions

The following table lists each FFmpegKit release, the Xcode version used to build and test it, and the default minimum Apple platform versions configured by the build scripts. These defaults can be overridden when building from source with the platform target flags.

FFmpegKit Xcode Minimum iOS SDK Minimum iPadOS SDK Minimum Mac Catalyst SDK Minimum macOS SDK Minimum tvOS SDK Minimum visionOS SDK
8.1.1 26.3 12.1 12.1 14.0 10.15 11.0 1.0
8.1.0 26.3 12.1 12.1 14.0 10.15 11.0 1.0
7.1.0 26.3 12.1 12.1 14.0 10.15 11.0 1.0
6.1.1 26.3 12.1 12.1 14.0 10.15 11.0 1.0
6.1.0 26.3 12.1 12.1 14.0 10.15 11.0 1.0

Notes

  • iPadOS uses the same build target and minimum version as iOS.
  • Mac Catalyst uses a separate minimum target from iOS.
  • The Apple umbrella build supports overriding these defaults with --ios-target, --mac-catalyst-target, --macos-target, --tvos-target, and --visionos-target.

Clone this wiki locally