hello,
i need your help i get this error:
[ERROR] [ERROR] Error: Traceback (most recent call last): File "/Users/ElizaS/Library/Application Support/Titanium/mobilesdk/osx/1.8.0.v20110811101746/iphone/builder.py", line 1157, in main execute_xcode("iphonesimulator%s" % link_version,["GCC_PREPROCESSOR_DEFINITIONS=LOG__ID=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s %s %s" % (log_id,sdk_version,debugstr,kroll_coverage)],False) File "/Users/ElizaS/Library/Application Support/Titanium/mobilesdk/osx/1.8.0.v20110811101746/iphone/builder.py", line 1075, in execute_xcode output = run.run(args,False,False,o) File "/Users/ElizaS/Library/Application Support/Titanium/mobilesdk/osx/1.8.0.v20110811101746/iphone/run.py", line 39, in run sys.exit(rc) SystemExit: 65
i tried everything new project, new xcode + uninstalled titanium now i have titanium 1.7.3 and xcode 4.1 i tried all the solution that i found here and google, maybe somebody have a solution.
thanks
10 Answers
and please dont tell me to delete the build content i did it 1000000 times and its not help me :( maybe you have abnother solution?
I solved it cleaning the project: On menu: Project -> Clean...
I hope that it will solve your problem too :)
Hi all, i have the same problem in my project, when i add some big video or/and pdf files, Titaniume Failed on Build, with this message : ERROR] Build Failed (Missing app at /Users/SRUD/Documents/Titanium Studio Workspace/MyPproject/build/iphone/build/Debug-iphonesimulator/MyPproject.app/MyPproject). Please see output for more details [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/2.0.2.GA/iphone/builder.py", line 1318, in main execute_xcode("iphonesimulator%s" % link_version,["GCC_PREPROCESSOR_DEFINITIONS=LOG__ID=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s %s %s" % (log_id,sdk_version,debugstr,kroll_coverage)],False) File "/Library/Application Support/Titanium/mobilesdk/osx/2.0.2.GA/iphone/builder.py", line 1262, in execute_xcode sys.exit(1) SystemExit: 1
i'm using Titanium 1.8.2/SDK 2.0.2/ on MAC OS/ iOS5.1
pleas help, it's very urgent to resolve this issue
Thanks in advance for your help.
ok after 3 days of doing everything for this problem here is my solution: JUST OPEN NEW USER ON YOUR MAC AND EVERYTHING WILL WORK!!! dont forget the timemachine! good luck
hey just found the solution, maybe you have tryed to keep your project "clean" an delete all unused files like LICENCE, README so thats why you get this error, just copy paste this files back from other project, and you can run in again!
I've solved this problem with reinstall Titanium Studio and move to other folder for Titanium workspace !
Try looking for the file 'manifest' in your project folder. If it's missing, restore it using Time Machine or some other backup solution and you'll be fine.
That's probably coming from a git merge that was achieved manually or wrongly...
I solved this by selecting a newer Titanium SDK in the tiapp.xml
http://tuts.pinehead.tv/2011/09/04/fixing-common-uncommon-build-errors-in-appcelerator-titanium/
Can you check the build.log file and post what you see after the line "** BUILD FAILED **" ?
Your Answer
Think you can help? Login to answer this question!