question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AgoraRtcKit.framework/AgoraRtcKit' for architecture arm64

See original GitHub issue

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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:8

github_iconTop GitHub Comments

1reaction
radko93commented, Oct 26, 2021

@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

1reaction
radko93commented, Mar 23, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found