-2

Does anyone knows where to download iOS 7 SDK? Xcode 6 deleted on it's automatic updated.

Nuno Santos
  • 1,476
  • 3
  • 17
  • 34

2 Answers2

2

Xcode 6 does not pack the iOS 7 SDK but the iOS 8 SDK. There is a way to make Xcode 6 work with the iOS 7 SDK, as @David commented.

But if all you want is to support iOS 7 & iOS 8, all you need is to set your project's minimum target to iOS 7. If you want to test on the iOS 7 Simulator, you can download it it the Downloads section of Xcode's Preferences window.

Community
  • 1
  • 1
rdurand
  • 7,342
  • 3
  • 39
  • 72
0

I believe you meant to say the iOS7 simulator: this can be downloaded within the Downloads section of XCode preferences no need to download a previous version of XCode. You simply need then to set your deployment target to iOS7 within your project setting (General Section).

tiguero
  • 11,477
  • 5
  • 43
  • 61