Install Error v1.5.1 / 4.2sdk

You must Login before you can answer or comment on any questions.

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

— answered 2 years ago by Paul Dowsett
answer permalink
11 Comments
  • If I delete the build folder it won't let me do anything as it says the project isn't compatible with any platform...

    I posted the last part of the build.log on pastebin though http://pastebin.com/GNDVsvCr

    — commented 2 years ago by Logan Best

  • oh no, you shouldn't delete the build directory; you should delete the contents of the build directory. Recreate the build directory, and the files it contained should be automatically recreated.

    — commented 2 years ago by Paul Dowsett

  • That still doesn't work and results in the same build.log output.

    — commented 2 years ago by Logan Best

  • Show 8 more comments

Your Answer

Think you can help? Login to answer this question!