kewlbear/FFmpeg-iOS-build-script

How can I compile for M1/arm64 simulators

mvictor27 opened this issue · 1 comments

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

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.