[TIMOB-3217] iPhone Titanium SDK 1.6 Error on ANY project
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-19T18:59:14.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS, Tooling |
Labels | n/a |
Reporter | Peter Sweeney |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:39:44.000+0000 |
Updated | 2017-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 :(
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:
(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
File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/builder.py", line 924, in execute_xcode
File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/run.py", line 39, in run
SystemExit: 1
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.
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.
Closing ticket as the issue won't fix.