0

How can I download iPhone latest SDK? Which version I can use? I tried from https://developer.apple.com/downloads/ But i don't know whether which version I should download.

Vipin KA
  • 33
  • 1
  • 12
  • latest version of xCode till date is xCode 7.2. you can download it from here http://adcdownload.apple.com/Developer_Tools/Xcode_7.2/Xcode_7.2.dmg – Madan gupta Jan 12 '16 at 09:11
  • @Madangupta, Only xCode is required? – Vipin KA Jan 12 '16 at 09:54
  • Yes, it comes with inbuilt simulator @vipin – Madan gupta Jan 12 '16 at 10:41
  • @Madangupta, it will work in windows? – Vipin KA Jan 12 '16 at 11:23
  • @VipinKA No it only works in Mac OS X – UditS Jan 12 '16 at 11:44
  • @UditS, I developed android app using cordova in windows platform. so can i develop iphone apps in same way? how can i get ios sdk for windows platform? – Vipin KA Jan 12 '16 at 11:51
  • I have never used Cordova personally, but you need Xcode running on a Mac system in order to test / run your app in an iOS simulator. This is as per [Cordova iOS Platform guide](https://cordova.apache.org/docs/en/latest/guide/platforms/ios/index.html) – UditS Jan 12 '16 at 13:21

2 Answers2

0

If you are logged into the Member center, you can download latest Xcode from https://developer.apple.com/xcode/download/

Currently, it is Xcode 7.2 and Xcode 7.3 beta, if you are looking for Beta release.

Also you can download the latest Xcode from Mac App Store, this ensures that you always get notified of the updates.

There is an amazing Post on SO, that has direct links to all Xcode DMGs.

How to download Xcode DMG or XIP file?

Community
  • 1
  • 1
UditS
  • 1,936
  • 17
  • 37
0

You can start development by downloading Xcode 7.2.

enter image description here

technerd
  • 14,144
  • 10
  • 61
  • 92