Answers for "appcenter(msappcenter.o), building for ios simulator, but linking in object file built for ios for architecture arm64"

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 "appcenter(msappcenter.o), building for ios simulator, but linking in object file built for ios for architecture arm64"

Browse Popular Code Answers by Language