Xcode building for iOS Simulator, but linking in an object file built for iOS, for architecture ‘arm64’

Basically, you have to exclude arm64 for the simulator architecture, both from your project and the Pod project, To do that, navigate to Build Settings of your project and add Any iOS Simulator SDK with value arm64 inside Excluded Architecture. OR If you are using custom XCConfig files, you can simply add this line for … Read more