I have an iOS application that needs to be updated on iOS7. I am using RestKit version 0.10.2. When archiving, I get the following error.
/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)
I previously fixed this bug for iOS6 by following the instructions at
https://github.com/RestKit/RestKit/issues/930
But now it does not work for iOS7. Here is a screenshot for the current settings of RestKit.xcodeproj Architectures.

Any suggestion is appreciated.
source
share