Error: Traceback (most recent call last):

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

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

— asked 2 years ago by Eliza Sapir
3 Comments
  • Same here, but with v. 1.8.0.v20111114103905 and it's happening at builder.py: line 1264.

    — commented 1 year ago by Dario Marcelino

  • Hi Dario,

    look i made the easy way solution of -> opening new user on mac, but the problem i think is that in the keychain there is duplicates of keys you have to delete, after doing that just clean the iphone file by going to: ProjectName->build->iphone-> delete all content and try reload the application! good luck :)

    — commented 1 year ago by Eliza Sapir

  • Hi Eliza, just noticed your comment (7 months later) :S Not sure what I did back then but I think I waited for a new build but eventually it worked for me. Thanks anyway! :)

    — commented 12 months ago by Dario Marcelino

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

— answered 2 years ago by Eliza Sapir
answer permalink
3 Comments
  • Hi Eliza, I am running into the same issue but I am not sure what you mean by just opening a new user on my mac. Do you mean to create a new user? or to open an existing user other then the one you are using?

    Thanks

    — commented 1 year ago by Leonardo Amigoni

  • Hi Leonardo, i mean to create a new user this way must help you! goo luck!

    — commented 1 year ago by Eliza Sapir

  • Hi Eliza, "dont forget the timemachine" means time must set in to the minute? or this problem will keep kill my mind? Thank for answer:)

    — commented 1 year ago by Chang Tz-Huan

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!