[TIMOB-11299] iOS: Unable to build iOS apps with java.lang.IllegalStateException: unknown char
| GitHub Issue | n/a |
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2013-12-04T14:35:21.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | qe-ios100112, regression |
| Reporter | Dustin Hyde |
| Assignee | Chris Barber |
| Created | 2012-10-08T20:57:54.000+0000 |
| Updated | 2013-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
| File | Date | Size |
| log.txt | 2012-10-08T20:57:55.000+0000 | 7855 |
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: 65Here is the work-around: Run this command from the terminal (osx):
This will be fixed when TIMOB-11291 is resolved.Changed assignee.