I'm getting this traceback on a project I built with Ti 1.4.2 then changed the project to 1.5.1 when I try to test it on my iPhone 4.
Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.1/iphone/builder.py", line 1143, in main execute_xcode("iphoneos%s" % iphone_version,args,False) File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.1/iphone/builder.py", line 925, in execute_xcode output = run.run(args,False,False,o) File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.1/iphone/run.py", line 31, in run sys.exit(rc) SystemExit: 1
1 Answer
One resolution to this issue may be to delete your build files and force a full rebuild.
For iOS/iphone, delete the contents of the project's build/iphone directory, select Edit Project in Titanium Developer and click the Save Changes button to force a full rebuild. Then launch the app.
Also, inspect the build/iphone/build/build.log file for errors. If you need help with that, create a pastebin (ie NOT here) and someone will take a look for you.
Cheers
Your Answer
Think you can help? Login to answer this question!