This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
Add support for arm64 iOS Simulator on Mac with Apple Silicon chip #632
Labels
duplicate
This issue or pull request already exists
Description
It's impossible to use Mobile FFMpeg framework on iOS Simulator on Mac with Apple Silicon chip. Resulting framework contains arm64 binary for iphoneos platform, but it doesn't fit for iphonesimulator platform.
Expected behavior
ios.sh script is able to build XCFramework with iphonesimulator arm64 architecture
Current behavior
XCode complains that Mobile FFMpeg framework is built for different platform (iPhoneOS), but attempt is made to use it on iPhone Simulator platform
Screenshot
Environment
The text was updated successfully, but these errors were encountered: