Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

[mobile] error mobilesdk update to 1.5

I change mobilesdk to 1.5.0, but runing error

this is error log

[INFO] One moment, building ...
[INFO] Titanium SDK version: 1.5.0
[INFO] iPhone Device family: iphone
[INFO] iPhone SDK version: 4.0
[ERROR] Error: Traceback (most recent call last):
File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/iphone/builder.py", line 993, in main
execute_xcode("iphonesimulator%s" % iphone_version,["GCC_PREPROCESSOR_DEFINITIONS=__LOG__ID__=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s" % (log_id,sdk_version)],False)
File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/iphone/builder.py", line 915, in execute_xcode
output = run.run(args,False,False,o)
File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/iphone/run.py", line 31, in run
sys.exit(rc)
SystemExit: 1

My mac os is SL10.6.4

please help to me.

Thank you.

— asked December 1st 2010 by becca zhang
  • mobilesdk
1 Comment
  • Same issue here. Looking at the debug of the build output it failed here:

    [DEBUG] Undefined symbols:
    [DEBUG] "_OBJC_CLASS_$_SBJSON", referenced from:
    [DEBUG] objc-class-ref-to-SBJSON in libtiverify.a(TiVerify.o)
    [DEBUG] ld: symbol(s) not found
    [DEBUG] collect2: ld returned 1 exit status
    

    which led me to this ticket:
    https://appcelerator.lighthouseapp.com/projects/32238/tickets/1835-_objc_class__sbjson-referenced-from-objc-class-ref-to-sbjson-in-libtiverifya-tiverifyo-symbols-not-found

    the solution is to copy the libtiverify.a from /Library/Titanium/mobilesdk/osx/1.5.0 to your <project>/build/iphone/lib directory and overwrite the one there

    — commented December 2nd 2010 by A M

2 Answers

  • In my Titanium developer application Edit page,the list of available version not displays.I am using Titanium 1.2.1.Now i need to upgrade my SDK to version 1.5.0.How can I upgrade to the later version?

    Thanks

    — answered January 4th 2011 by Krishna M
    permalink
    0 Comments
  • this did't work for me…its so frustrating!!! I don't know what else to do. I spent hours and hours trying to get over this error!

    Any help is much appreciated, I need to start working and stop fixing errors!

    — answered February 12th 2011 by CallMePaul
    permalink
    1 Comment
    • Yak, why not open your own question?

      — commented February 12th 2011 by Paul Dowsett
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.