user1688346
user1688346

Reputation: 1970

error upgrade ios 6.1 and xcode to 4.6

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

Answers (1)

user247
user247

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

Related Questions