当我尝试在模拟器上构建项目时,出现此错误:
ld: '/Users/myUser/Library/Developer/Xcode/DerivedData/MyUser-axngkxvwurxrpedhbnqbrlaspmqg/Build/Intermediates.noindex/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/x86_64/OverView.o' 不包含位码。您必须在启用位码的情况下重建它 (Xcode设置为ENABLE_BITCODE),请从 供应商,或为此目标禁用位码。文件 '/Users/myUser/Library/Developer/Xcode/DerivedData/MyUser-axngkxvwurxrpedhbnqbrlaspmqg/Build/Intermediates.noindex/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/x86_64/OverView.o' 用于x86_64体系结构
OverView 文件仅在我的项目中,不属于我使用过的任何其他库。
当我为通用iOS设备构建相同组件时,构建成功。
我在各处都设置了 BITCODE_ENABLED = YES 。
尝试清理和删除派生数据,甚至重新启动了Mac。但这没用。