0

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?

Imran
  • 1,488
  • 1
  • 15
  • 36

3 Answers3

1

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

Rocker
  • 1,269
  • 7
  • 15
  • I have already copied over the SDK but I shouldn't need to install the iOS6.1 simulator. I want to run my app compiled against 6.1 on 7. – Imran Oct 24 '13 at 18:35
  • @Imran create ipa using iOS 6.1 and flashed on iOS 7 device and check. It will retain the iOS 6.1 UI components – Rocker Oct 24 '13 at 18:45
  • Thanks rocker, I'm aware of that method but its a bit inconvenient i want to be able to use the simulator and Xcode 5. – Imran Oct 24 '13 at 18:53
  • @Imran yes it is, That why i suggest you to download the iOS6.1 simulator. – Rocker Oct 24 '13 at 18:56
  • I need to test my app compiled against SDK 6.1, using the iOS7 simulator, so simulating running my app running on iOS7. If i use the 6.1 simulator it will be like running it on a non iOS7 device. – Imran Oct 24 '13 at 19:02
0

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.

scollaco
  • 947
  • 8
  • 13
0

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.

Imran
  • 1,488
  • 1
  • 15
  • 36