Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11299] iOS: Unable to build iOS apps with java.lang.IllegalStateException: unknown char

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionDuplicate
Resolution Date2013-12-04T14:35:21.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsiOS
Labelsqe-ios100112, regression
ReporterDustin Hyde
AssigneeChris Barber
Created2012-10-08T20:57:54.000+0000
Updated2013-12-04T14:35:21.000+0000

Description

When building to iOS device, there is a silent failure with studio log info (attached). This does not occur with Titanium SDK 2.1.3.GA. Steps to Reproduce: 1. Create a Titanium Project. 2. Run to iOS device. Actual Result: Silent fail with studio log info. Expected Result: App builds.

Attachments

FileDateSize
log.txt2012-10-08T20:57:55.000+00007855

Comments

  1. Dustin Hyde 2012-10-08

    When running iPhone Simulator, I get this console error:
       [INFO] One moment, building ...
       [INFO] Titanium SDK version: 3.0.0 (10/07/12 05:49 1f18517)
       [INFO] iPhone Device family: universal
       [INFO] iPhone SDK version: 6.0
       [INFO] iPhone simulated device: iphone
       [INFO] Performing full rebuild. This will take a little bit. Hold tight...
       [INFO] Skipping JS compile, running from simulator
       [INFO] Minimum iOS version: 4.3 Linked iOS Version 6.0
       [ERROR] clang: error: linker command failed with exit code 1 (use -v to see invocation)
       [ERROR] 
       [ERROR] Error: Traceback (most recent call last):
         File "/Users/dhyde/Library/Application Support/Titanium/mobilesdk/osx/3.0.0.v20121007054913/iphone/builder.py", line 1374, 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/dhyde/Library/Application Support/Titanium/mobilesdk/osx/3.0.0.v20121007054913/iphone/builder.py", line 1281, in execute_xcode
           output = run.run(args,False,False,o)
         File "/Users/dhyde/Library/Application Support/Titanium/mobilesdk/osx/3.0.0.v20121007054913/iphone/run.py", line 41, in run
           sys.exit(rc)
       SystemExit: 65
       
  2. Dustin Hyde 2012-10-08

    Here is the work-around: Run this command from the terminal (osx):
       sudo npm install git://github.com/appcelerator/titanium.git -g
       
    This will be fixed when TIMOB-11291 is resolved.
  3. Ingo Muschenetz 2013-12-04

    Changed assignee.

JSON Source