我试图在iOS(纯的Objective-C)项目转换为ARC。 转换失败在与以下错误octest目标CreateUniversalBinary阶段。 该项目和目标架构构建设置看起来是正确的给我,让我努力理解为什么这是失败的:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo:想不通的体系结构类型:/用户/ andybowskill /库/开发商/ Xcode中/ DerivedData / Make- Up_Kit-axtbxqtkmnlfmlcafkoetwqmeufc /编译/中间体/化妆Kit.build/Debug-iphoneos/Make-Up KitTests.build/Objects-normal/armv7/Make-Up KitTests命令/Applications/Xcode.app/Contents/Developer/Platforms/ iPhoneOS.platform /开发人员的/ usr / bin中/脂失败,退出码1
上述CreateUniversalBinary命令如下:
CreateUniversalBinary “/用户/ andybowskill /库/开发商/ Xcode中/ DerivedData /化妆Up_Kit-axtbxqtkmnlfmlcafkoetwqmeufc /编译/产品/调试-的iPhoneOS /化妆KitTests.octest /化妆KitTests” 正常 “的ARMv7 armv7s” CD“/用户/ andybowskill /开发/的iOS /化妆工具包 “SETENV PATH” /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr /斌:在/ usr / bin中:/ bin中:/ usr / sbin目录:/ sbin目录 “脂 - 创建”/用户/ andybowskill /库/开发商/ Xcode中/ DerivedData /化妆Up_Kit-axtbxqtkmnlfmlcafkoetwqmeufc /编译/中间体/彩妆套装.build /调试-的iPhoneOS /化妆KitTests.build/Objects-normal/armv7/Make-Up KitTests”“/用户/ andybowskill /库/开发商/ Xcode中/ DerivedData / MAKE-Up_Kit-axtbxqtkmnlfmlcafkoetwqmeufc / BUILD /中间体/制作-Up Kit.build/Debug-iphoneos/Make-Up KitTests.build/Objects-normal/armv7s/Make-Up KitTests “ - 输出”/用户/ andybowskill /库/开发商/ Xcode中/ DerivedData /化妆Up_Kit-axtbxqtkmnlfmlcafkoetwqmeufc /裴 LD /产品/调试-的iPhoneOS /化妆KitTests.octest /化妆KitTests”
请能有人帮助解释这个错误吗? 提前谢谢了!