The linked library 'libPods-bookclub.a' is missing one or more architectures required by this target: arm64.

The linked library 'libPods-bookclub.a' is missing one or more architectures required by this target: arm64.

XCode 12 build failed on simulator


however, on real device, everything is fine
Having the same issue myself ever since i updated to Xcode 12 yesterday afternoon
Had same issue. When tried to build Pods separately - got issue like this. Rewrite code to resolve pods compilation issue.

to resolve arm64 issue I've added .xcconfig file:

Code Block
#include "Pods/Target Support Files/Pods-Frameworx/Pods-Frameworx.debug.xcconfig"
EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
ARCHS[sdk=iphonesimulator*] = x86_64
VALID_ARCHS[sdk=iphonesimulator*] = x86_64


Just tried another solution that helped - removed VALID_ARCHS setting from .pbxproj
I'm experiencing this issue too. Where do I add the .xcconfig file as mentioned by Kirov?
The linked library 'libPods-bookclub.a' is missing one or more architectures required by this target: arm64.
 
 
Q