Troubleshooting

XCode issues

Building for iOS Simulator, but the linked and embedded framework was build for iOS + iOS Simulator

This problem can be fixed by setting the following value for the parameter "Validate Workspace" in the "Build settings" section of the target:

  • If you are building the project on the M1 Apple Silicon, you can also get another error:

Building for iOS Simulator, but linking in dylib built for iOS

In order to fix it, you will need to add "arm64" into the "Excluded Architecture" of target's Build settings

circle-info

It would probably be missing in the list, you need to type it in

This happens because Xcode and iOS versions are constantly updated.

Last updated

Was this helpful?