I am working with xcode on a public mac computer. Strangely when I try to install phonegap, which requires the IOS SDK, it comes up with nothing. I thought that xcode installations always came with both the macOS SDK and the IOS sdk?
this is for snow leopard, what is going on here?
Yeah, it’s possible to only install the Mac dev tools, but you can download the iOS SDK from within Xcode:
Just go to Xcode > Preferences > Downloads and look in the Components tab to see what’s installed. If the iOS simulator and debugging support aren’t installed you can just download them.
If you can’t find those options, check the version of Xcode in Xcode > About Xcode. If it’s less than 4 you’ll probably want to download the latest and reinstall it anyway.