Reputation: 1498
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
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
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
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> downloads
Upvotes: 1