Xcode-编译报错汇总
作者:
丿小七 | 来源:发表于
2021-05-18 15:12 被阅读0次
- 报错missing armv7
xxx.framework' is missing one or more architectures required by this target: armv7.
截屏2021-05-18 15.04.43.png
在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))
- Found an unexpected Mach-O header code: 0x72613c21
参考:解决方案
本文标题:Xcode-编译报错汇总
本文链接:https://www.haomeiwen.com/subject/zfxyjltx.html
网友评论