Pregunta

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?

¿Fue útil?

Solución 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.

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top