Add native arm64-simulator support to FFmpeg Kit frameworks#142
Add native arm64-simulator support to FFmpeg Kit frameworks#142chownation wants to merge 1 commit intosk3llo:masterfrom
Conversation
|
its not working to me. 17 Pro `
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation) Could not build the application for the simulator. Exited (1). ` |
|
@chownation I was running into a similar issue, but I made sure to:
That did the trick. Can confirm this worked on my simulator. |
|
@martin-headspace will this PR also works for real device as i have forked and merged code so simulator working but in real device getting error Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation) |
Adds native
arm64simulator support to the FFmpeg Kit frameworks, enabling native performance on Apple Silicon Macs without requiring Rosetta 2 orEXCLUDED_ARCHSworkarounds.Changes
vtoolto patch the Mach-O headers of existingarm64device binaries, re-tagging them for theIOSSIMULATORplatform.lipoandvtoolto ensure universal support (x86_64+arm64-sim).Verification
libavcodec,libavformat,libavutil, etc.) pass the architecture check.