kewlbear / FFmpeg-iOS-build-script

Shell scripts to build FFmpeg for iOS and tvOS
3.03k stars 899 forks source link

How can I compile for M1/arm64 simulators #169

Closed mvictor27 closed 1 year ago

mvictor27 commented 1 year ago

Can you please help to change this script in order to be able to compile for apple new M1 simulators.

kewlbear commented 1 year ago

You must use XCFrameworks for ARM simulators because its architecture is same with the device. You can check out my FFmpeg-iOS Swift package for it.