AgoraRtcKit.framework/AgoraRtcKit' for architecture arm64
See original GitHub issueIssue Description
When building on the new macbook with m1 chip, I get this error
ld: building for iOS Simulator, but linking in dylib built for iOS, file '/Users/coltrane/Documents/Apps/Storyboard/social/mobile/ios/Pods/AgoraRtcEngine_iOS/AgoraRtcKit.framework/AgoraRtcKit' for architecture arm64
any ideas for how to fix? I tried to excluding arm64 but that breaks other pods. only having this issue with agora pod.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:8
Top Results From Across the Web
ld: building for iOS Simulator, but linking in dylib built for iOS
Hi, I'm trying to compile the app with Xcode version 12.0 beta 6 on a simulator with iOS 14.0 and then I get...
Read more >Xcode building for iOS Simulator, but linking in an object file ...
Basically, you have to exclude arm64 for the simulator architecture, both from your project and the Pod project.
Read more >Building for iOS Simulator · Issue #601 - GitHub
... /AgoraCore.framework/AgoraCore' for architecture arm64 ... Setting => EXCLUDED ARCHS and replace all values with arm64 it will work
Read more >error (xcode): framework not found pods_runner - You.com
This has fixed it for me: Open up the workspace. Click on the blue project icon (that expands into your file tree) on...
Read more >Decrypt application encrypted binaries on macOS when SIP ...
... Success Dump /Applications/Test.app/Wrapper/Test.app/Frameworks/AgoraRtcKit.framework/AgoraRtcKit ... On Jailbreak iPhone with arm64 CPU.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@LichKing-2234 is there any way to make it work now? this does not help (RN 0.66) https://github.com/AgoraIO/Agora-Flutter-SDK/pull/425#issuecomment-920632271
Are you using ARM Mac? Agora does not support iOS simulators running on ARM right now. There’s no support added to the Xcframework file, simulator support has to be added separately.