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 アーキテクチャ設定のスクリーンショットです。
どんな提案でも大歓迎です。