Post

Replies

Boosts

Views

Activity

Reply to Dependency Error in Macbook Pro m1 Xcode 12.5.1 Version in my Other Macbook Air that code is working fine but in Macbook Pro m1 it's giving me this error.
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 ?
Dec ’21