Imran
Imran

Reputation: 1498

Xcode 5 & OSX Mavericks Compiling for iOS6.1 not working

This used to work pre Mavericks installation. Now i'm finding that even though I have copied over the 6.1SDK and I am targeting 6.1 using Base SDK, app is running using iOS7 ui elements and layout. Is anyone else having this issue?

Upvotes: 0

Views: 2028

Answers (3)

Imran
Imran

Reputation: 1498

It looks like most issues can be solved by setting the Editor version to 'Xcode 4.6' in interface builder when you have the storyboard selected.

Upvotes: 0

scollaco
scollaco

Reputation: 922

In Build Settings, did you change your Deployment target to 6.1? You should set your Base SDK to 7.0 and Deployment target to 6.1.

Upvotes: 0

Rocker
Rocker

Reputation: 1269

you need to copy the 6.1SDK to below path

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs 

and you need to download the 6.1 simulator Xcode > preferences> downloadsenter image description here

Upvotes: 1

Related Questions