Install to iOS device error

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

I tried again and again... I did deleting the build folder. Bit it won't work.

Everytime I got this error message:

[ERROR] Error: Traceback (most recent call last):
  File "/Users/sebastian/Library/Application Support/Titanium/mobilesdk/osx/1.7.3/iphone/builder.py", line 1305, in main
    execute_xcode("iphoneos%s" % iphone_version,args,False)
  File "/Users/sebastian/Library/Application Support/Titanium/mobilesdk/osx/1.7.3/iphone/builder.py", line 1066, in execute_xcode
    output = run.run(args,False,False,o)
  File "/Users/sebastian/Library/Application Support/Titanium/mobilesdk/osx/1.7.3/iphone/run.py", line 39, in run
    sys.exit(rc)
SystemExit: 65
Does anyone knows what happens here?

— asked 2 years ago by Sebastian Klaus
4 Comments
  • What version of the iOS SDK are you using? Does this happen on all projects? Have you tested it with the default new mobile project in Titanium Studio?

    Also, you did delete the contents of your build folders, not the actual folders themselves, right? For example, you would delete build/iphone/*, not the actual directory itself.

    — commented 2 years ago by Tony Lukasavage

  • Sorry, my system preferences are:

    iOS 5 and Ti mobile 1.7.3

    I just tested to this single project. And right, I just deleted build/iphone/*

    — commented 2 years ago by Sebastian Klaus

  • Can you test a default new mobile project and see if that builds? I want to rule out any possible issues that may have arisen with the particular project you are testing.

    — commented 2 years ago by Tony Lukasavage

  • Show 1 more comment

1 Answer

Accepted Answer

There's a possibility that something in your project has become corrupted. One way to get around this would be to create a new project, then copy over the resources from your existing project to it. Rebuild from this new project and any corrupted our out-of-place files that interfered with your build should now be fixed.

Your Answer

Think you can help? Login to answer this question!