First,we meet compile error:building for iOS Simulator, but linking in object file built for iOS, file 'xxxxx/Pods/xxxx.a' for architecture arm64.
Then,found many tutorial told that can be solved by add excluding arm64.
Then,we meet this:No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=arm64, VALID_ARCHS=arm64 arm64e i386 x86_64, EXCLUDED_ARCHS=( arm64 )).
so,how to fix it ?
Post
Replies
Boosts
Views
Activity
Same. On Xcode 16 beta 5