Reputation: 65
I just updated to Xcode 5.1, however my error free project is become really bad. Got 130 error at the moment nearly all of them is some king of "Value Conversion Issue" or "Format String issue". I think the new processor the A7 is causing the error because the Xcode 5.1 is added the armv7s architecture to my project. I would like to remove it. My program runned fine on 5S without supporting the armv7s architecture I don't need it now too and i won't rewrite about 4500 lines just for this. So i would like to now how can i UNSUPPORT the armv7s architecture or solve this issue.
Please help me.
Upvotes: 0
Views: 601
Reputation: 41226
Open your project Build Settings, select Valid Architectures, and remove arm64.
Upvotes: 3