Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对构建存档有太多警告。并且为 x32 设备或模拟器构建没有错误。
如何在 Xcode 上禁用 arm64 CPU 的构建存档?
我尝试将项目的 Build Settings 设置为or 和 to但Architectures没有成功。Valid Architecturesarmv7 armv7s$(ARCHS_STANDARD_32_BIT)Build Active Architecture OnlyYES
Architectures
Valid Architectures
armv7 armv7s
$(ARCHS_STANDARD_32_BIT)
Build Active Architecture Only
YES
尝试Build Active Architecture Only在YESBuild Settings 中设置$(ARCHS_STANDARD_32_BIT)或armv7 and armv7s在Architectures中删除$(ARCHS_STANDARD).
armv7 and armv7s
$(ARCHS_STANDARD)
在您工作区中的每个地方以及所有相关项目上执行此操作