Frage

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?

War es hilfreich?

Lösung 3

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.

Andere Tipps

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

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top