【报错】xcode12 : linked library 'libv8_monolith' is missing one or more architectures required by th...

解决方式:
在Target > Build Settings > Excluded Architectures中添加:

EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64=arm64 arm64e armv7 armv7s armv6 armv8 EXCLUDED_ARCHS=$(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT))

移除 buildsetting > VALID_ARCHS 里面的  armv7

你可能感兴趣的:(【报错】xcode12 : linked library 'libv8_monolith' is missing one or more architectures required by th...)