Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Mac Catalyst

Taner Şener edited this page Jul 26, 2020 · 4 revisions

Starting from v4.3.2, MobileFFmpeg build scripts support building Mac Catalyst architecture. Build scripts use x86-64-mac-catalyst architecture name for Mac Catalyst.

Older iOS framework format can not store x86-64 and x86-64-mac-catalyst in the same bundle. Therefore --xcframework option must be provided to build MobileFFmpeg with MacCatalyst support. --xcframework option builds MobileFFmpeg as an xcframework bundle where both architectures can co-exist.

./ios.sh --xcframework

Building mobile-ffmpeg static library for iOS

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

Clone this wiki locally