Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3217] iPhone Titanium SDK 1.6 Error on ANY project

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2016-08-19T18:59:14.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS, Tooling
Labelsn/a
ReporterPeter Sweeney
AssigneeIngo Muschenetz
Created2011-04-15T03:39:44.000+0000
Updated2017-03-16T21:31:05.000+0000

Description

Hi guys, I'm experiencing this error for every project that I try to compile in SDK 1.6:
[INFO] One moment, building ...
[INFO] Titanium SDK version: 1.6.0
[INFO] iPhone Device family: iphone
[INFO] iPhone SDK version: 4.1
[INFO] iPhone simulated device: iphone
[ERROR]
[ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/builder.py", line 1003, in main
execute_xcode("iphonesimulator%s" % link_version,["GCC_PREPROCESSOR_DEFINITIONS=LOGID__=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s" % (log_id,sdk_version)],False)
File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/builder.py", line 924, in execute_xcode
output = run.run(args,False,False,o)
File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/run.py", line 39, in run
sys.exit(rc)
SystemExit: 1
Any idea how to get around this problem?? I can't build anything anymore :(

Comments

  1. ryan 2011-04-15

    I too am experiencing the same issue. I'm new to appcellerator and as one of my first projects i'm trying out the tibar barcode tutorial: http://code.google.com/p/tibar/">http://code.google.com/p/tibar/

    Below is the error from the Build.log of my project. Any help would be appreciated. Thanks

    BUILD FAILED

    The following build commands failed:
    barcode:

       Ld /Users/.../Desktop/barcode/build/iphone/build/Debug-iphonesimulator/barcode.app/barcode normal i386
       

    (1 failure)

    EXIT CODE WAS: 1

    Exception detected in script:
    Traceback (most recent call last):
    File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/builder.py", line 1003, in main

       execute_xcode("iphonesimulator%s" % link_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.6.0/iphone/builder.py", line 924, in execute_xcode

       output = run.run(args,False,False,o)
       

    File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/run.py", line 39, in run

       sys.exit(rc)
       

    SystemExit: 1

  2. Peter Sweeney 2011-04-15

    The solution is this.. any existing project can't seem to cope with being 'upgraded' to the new one.. You need to create an entirely new Project and copy over the resources etc for it to work again.

    That's the only work around I found to this problem.

  3. Chris Barber 2016-08-19

    The Python-based build scripts have been deprecated and replaced by a new build system release with Titanium SDK 3.0.0, which was released on 12/14/2012. Resolving as invalid.
  4. Lee Morris 2017-03-16

    Closing ticket as the issue won't fix.

JSON Source