Add native arm64-simulator support to FFmpeg Kit frameworks#142
Open
chownation wants to merge 1 commit intosk3llo:masterfrom
Open
Add native arm64-simulator support to FFmpeg Kit frameworks#142chownation wants to merge 1 commit intosk3llo:masterfrom
chownation 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.