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: 65Does anyone knows what happens here?
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!