我一直在使用
Xcode 4.4.1,而Restkit一直在模拟器和设备上完美运行.自从我昨天升级到Xcode 4.5以来,Restkit在模拟器上工作正常,但是当我尝试在我的iOS 6设备上运行时,我遇到编译错误;
d: warning: ignoring file /Developer/Xcode/DerivedData/App-Name/Build/Products/Debug-iphoneos/libRestKit.a,file was built for archive which is not the architecture being linked (armv7s): /Developer/Xcode/DerivedData/App-Name/Build/Products/Debug-iphoneos/libRestKit.a Undefined symbols for architecture armv7s: "_OBJC_CLASS_$_RKObjectManager",referenced from: objc-class-ref in AppDelegate.o
这是什么意思,我该如何解决这个问题?感谢帮助.
解决方法
我已将分支推送到RestKit Github存储库,该存储库应解决iOS 6 SDK的构建问题.我无法在项目中复制构建错误(我与主分支显着不同),但相信修复是准确的.
如果有人遇到这个问题,请切换到bugfix / 930-arm7s-compatibility分支,并告知Github上的修复程序是否正常?有一个Github问题跟踪此问题:https://github.com/RestKit/RestKit/issues/930