我有一个需要在 iOS7 上升级的 iOS 应用程序。我正在使用 RestKit 版本 0.10.2。归档时出现以下错误。
/Applications/Xcode 2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: /Users/khawarshahzad/Library/Developer/Xcode/DerivedData/MyAPP-fcvmsuowvnqkdseskmuetssnxoww/Build/Intermediates/ArchiveIntermediates/MyAPP/IntermediateBuildFilesPath/MyAPP.build/Release-iphoneos/MyAPP.build/Objects-normal/armv7s/MyAPP (No such file or directory)
以前我已按照https://github.com/RestKit/RestKit/issues/930上的说明修复了 iOS6 的此错误
但现在它不适用于iOS7。这是当前 RestKit.xcodeproj 架构设置的屏幕截图。
任何建议表示赞赏。