HopingForTheBest
I hate code!
Profile
Posts: 2
Reg: Mar 24, 2014
West Chester
1,020
03/24/14 12:39 PM (10 years ago)

ERROR-Target '7.0' newer than SDK 'ios 6.0 in target

Okay so, im trying to first compile my new project. I got past the first error, but now i have "IOS Deployment Target '7.0' is newer than SDK 'IOS 6.0' in Target tinityyouth Tests Any idea?
 
Cakebit
Code is Art
Profile
Posts: 501
Reg: Dec 15, 2010
In your local b...
16,510
like
03/24/14 03:20 PM (10 years ago)
Have you tried switching your deployment target to 5.0 in Xcode, if not you can always change your SDK to IOS 7.0...
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
03/24/14 03:23 PM (10 years ago)
You're building for a version (iOS7) that is higher than the device (iOS6) that you're testing on. Change your build target to be able to accomodate your devices. https://dl.dropboxusercontent.com/u/115208762/deploymentTarget.png Cheers! -- Smug
 
HopingForTheBest
I hate code!
Profile
Posts: 2
Reg: Mar 24, 2014
West Chester
1,020
like
03/25/14 11:09 AM (10 years ago)
Ok. Smug I tried to change my test version, i followed the example you gave me (thank you btw) it only goes up to 6.0 (it also has 5.1, 5, and 4.3). Nada. Cakebit- I have no idea how to change my SDK... can you walk me through that? im sorry, im new and trying to learn, ive been trying and trying lol. So- now when i opened it today it also gives me this- (under my trinityouth - NOT my trinityouth Tests) "No architectures to compile for" and "CodeSign error: code signing is required" I DID try changing my build architecture only to "No" per something i read on the forms... I thought this would be easy haha just follow the tutorial open xcode and tada! lol nope.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
03/25/14 03:19 PM (10 years ago)
Do you have an Apple Developer account. If not, you will not be allowed to test on a device. Only on the simulator. That's what the 'codesign' errors are all about. Which tutorial are you following? You might want to take a peek at the BTU videos and see if they'll help clear up a few of the details. https://www.buzztouch.com/account/btu.php Cheers! -- Smug
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.