I'm clueless on how to problem solve this. Any help we be appreciated.
File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/iphone/builder.py", line 1477, in main execute_xcode("iphoneos%s" % iphone_version,args,False) File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/iphone/builder.py", line 1231, in execute_xcode output = run.run(args,False,False,o) File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/iphone/run.py", line 41, in run sys.exit(rc) SystemExit: 1
3 Answers
do you maybe have modules that are not supported by the TiSDK 2.1.3 ?? does it work with any of the previous 2.x SDKs ? Have you updated xcode recently?
I have exactly the same error message when I try to launch the test application on the real IPhone instead of simulator. I am able to launch the native app on this iPhone using X-Code, but Titanius show that error. Is any additional configuration required to launch on the real devices?
Determined that I had several issues that needed to be resolved. First and foremost, using older version of xCode with 2.1.2, once I upgraded xCode my problem was resolved. Also cleaned up app, compile time improved significantly.
Thank you Stephen for the quick response and insight.
Your Answer
Think you can help? Login to answer this question!