Answers for "building for ios simulator-arm64 but attempting to link with file built for ios simulator-x86_64"

1

building for iOS Simulator, but linking in object file built for iOS, file

I solve problem by adding "arm64" in "Excluded Architectures" for both project target and pod target.

Xcode -> Target Project -> Build Setting -> Excluded Architectures > "arm64"

Xcode -> Pod Target -> Build Setting -> Excluded Architectures > "arm64"
Posted by: Guest on September-22-2020

Code answers related to "building for ios simulator-arm64 but attempting to link with file built for ios simulator-x86_64"

Browse Popular Code Answers by Language