Reputation: 1970
I upgraded my IOS to 6.1 and also my xcode. Now i am getting strange error with RestKit or Json.
Undefined symbols for architecture armv7s: "_RKMIMETypeJSON",
Upvotes: 2
Views: 504
Reputation: 416
It may help you . Go to Build settings in the Targets . There find the valid architecture . (Remove the armv7s only use the armv7)
Upvotes: 2