I am using Xcode 4.4.1, and Restkit works fine on Simulator and Device. Since I upgraded to Xcode 4.5 yesterday, Restkit works fine on Simulator, but when I try to run iOS 6 on my device, I get compilation errors;
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
What does this mean and how can I fix this problem? Help is appreciated.
source share