create
我使用inphonegap-2.7.0创建了一个模板项目。该项目将不启用 ARC,我想将其转换为 ARC。
我去了Edit -> Refractor -> Convert to Objective-C ARC
并取消选择libCordova.a (如此处和升级指南 2.0.0 到 2.0.1中所述)并尝试转换为 ARC。一切都正确编译,但最后我得到了这个链接器错误。
我正在使用 Xcode 4.5
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo:无法确定架构类型:/Users/administrator/Library/Developer/Xcode/DerivedData/ServerSockPG- cbdtpihmguyehtaqenaxuqiwkpyz/Build/Intermediates/ServerSockPG.build/Debug-iphoneos/ServerSockPG.build/Objects-normal/armv7/ServerSockPG 命令
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo 失败,退出代码为 1
请指导我如何解决这个问题。