Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mystic troubles with iOS deployment target on real devices

I have a trouble with XCode 5. Yesterday everything was fine. Today, when I try to run my app on iPhone 5 or iPad Mini I get the following error:

iOS deployment target '7.0' for architecture 'armv7s' and variant 'normal' is greater than the maximum value '6.1.99' for the iOS 6.1 SDK.

Base SDK and Deployment Target are both iOS 7 (Latest version). I have iOS7 on both devices. When I try to launch the app on simulators with iOS7 everything is fine. I've tried to clean the project, to restart XCode and MAC, looked in project.pbxproj - still can't understand what's up. So, any help would be very great!

Base SDK:

Deployment target:

like image 289
etolstoy Avatar asked Mar 21 '23 14:03

etolstoy


1 Answers

So, I've solved the problem by deleting iOS 6.1 SDK from XCode completely - I've installed it manually a couple of weeks before. After that the app built with no problems.

like image 170
etolstoy Avatar answered Apr 01 '23 14:04

etolstoy