Skip to content

Mac Catalyst

Taner Şener edited this page Mar 20, 2021 · 1 revision

FFmpegKit build scripts support building Mac Catalyst architectures. However, older iOS framework format can not store Mac Catalyst architectures and non-Mac Catalyst architectures in the same bundle. Therefore --xcframework option must be provided to build FFmpegKit with Mac Catalyst support. --xcframework option builds FFmpegKit as an xcframework bundle where both architecture types can co-exist.

./ios.sh --xcframework

Building ffmpeg-kit static library for iOS

Architectures: arm64, arm64e, x86-64, x86-64-mac-catalyst, arm64-mac-catalyst, arm64-simulator
Libraries: none

Clone this wiki locally