Appcelerator Latest iOS SDK not Detected
If you are having a problem with Appcelerator Titanium not detecting an iOS SDK while you updated your XCode…
First run this to see the available SDK versions:
xcodebuild -showsdks
And then if it doesnt show up.. select the lastest:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
I was facing this problem with iOS 5.1 …
J.