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
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!