Error in the builder.py file

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

Hello everybody,

I have a big problem for this morning. I have this error message. I understand not, everything worked very well till this morning. Have you also problems?

Thank you for your help,

Matthieu

[INFO] Performing clean build
[ERROR] 
[ERROR] Error: Traceback (most recent call last):
  File "/Users/matthieudessarzin/Library/Application Support/Titanium/mobilesdk/osx/2.0.2.GA/iphone/builder.py", line 1465, in main
    execute_xcode("iphoneos%s" % iphone_version,args,False)
  File "/Users/matthieudessarzin/Library/Application Support/Titanium/mobilesdk/osx/2.0.2.GA/iphone/builder.py", line 1224, in execute_xcode
    output = run.run(args,False,False,o)
  File "/Users/matthieudessarzin/Library/Application Support/Titanium/mobilesdk/osx/2.0.2.GA/iphone/run.py", line 41, in run
    sys.exit(rc)
SystemExit: 65

— asked 10 months ago by Matthieu Dessarzin
1 Comment
  • Missing from your question are a number of important pieces of information. I suggest you take a look at the Using Questions and Answers article, specifically the Q&A Question Checklist. The missing information is critical to reproducing problems in a test environment and often indicates other factors that cause the undesirable outcome you are experiencing.

    — commented 10 months ago by Stephen Feather

1 Answer

clean your project and run again,if it never gets fixed then open tiapp.xml file from you project ,in tiapp.xml file ,look at the tag in most bottom

<modules> <module platform="commonjs" version="2.3.0">ti.cloud</module> </modules>

version shoud be the one located in

/Library/Application Support/Titanium/modules/commonjs/ti.cloud/'version'

In my case version was 2.3.0 so tiapp.xml version should be given 2.3.0

Your Answer

Think you can help? Login to answer this question!