-
-
Notifications
You must be signed in to change notification settings - Fork 790
Add support for Apple Silicon on Mac Catalyst #597
Comments
any one help? |
Until the pod is updated by @tanersener you can build the xcframework with M1 arm64 slice locally by using |
I think should add some code like Lines 3 to 10 in 195a809
|
I've done some experimentation on this and I think the build / packaging scripts will need to be reworked to support the arm64 simulator and arm64 Mac catalyst targets. I've been focusing on the arm64 simulator target and I've reached a point where I can build a framework for the arm64-simulator. The problem is that when I try to package it with the x86_64-simulator framework into the xcframework, xcodebuild returns an error From this post: https://developer.apple.com/forums/thread/666335 it appears that simulator (and Mac catalyst) frameworks need to be delivered as a fat binary in the xcframework. The cleanest way to do this probably is to add a preprocessing step before |
I completed refactoring the build scripts to support new |
Any news on the progress? |
I implemented these changes under FFmpegKit, which is the continuation of |
Thanks, also is there any plan to migrate to swift in the future? |
Unfortunately, merging the Swift API implemented in #599 wasn't possible. However, if someone implements a new Swift API identical to Objective-C API we have in |
Description
Currently MobileFFmpeg does not compile for arm64 on Mac Catalyst, only x86_64.
Environment
The text was updated successfully, but these errors were encountered: