Answers for ""building for ios" "but linking in object file built for""

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" "but linking in object file built for""

Browse Popular Code Answers by Language