I'm getting this error when trying to compile the kitchensink on a fresh install.
I'm using: Titanium Developer 1.2.2 , iTunes 10 , Xcode 3 , Titanium SDK 1.6.1 ( the same thing happens with 1.2.0 )
I also noticed that the sdk dropdown on the run emulator view is empty. This probably has something to do with it
Can anybody help?
This is the Error:
Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.1/iphone/builder.py", line 1342, in <module> main(sys.argv) File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.1/iphone/builder.py", line 505, in main link_version = check_iphone_sdk(iphone_version) File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.1/iphone/builder.py", line 65, in check_iphone_sdk return sorted(found,version_sort)[0] IndexError: list index out of range
2 Answers
The problem was that the IOS SDK wasn't installed since I installed XCode from the MacOSX Installation CD.
If you want to know if that is your problem run this in the console
xcodebuild -showsdks
you should see a listing for IOS SDKs
Hope this helps someone
I don't know if this will help... But try to close Titanium, open Xcode (check if Xcode will ask something to finish the install)... try to open again Titanium and try open your project...
Your Answer
Think you can help? Login to answer this question!