[AC-2057] (iOS) Cannot Build nor Simulate if I include ti.compression in 2.1.2GA tiapp.xml
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2012-11-14T13:53:51.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules |
Labels | n/a |
Reporter | Ozz Nixon |
Assignee | Eric Wieber |
Created | 2012-10-02T13:38:49.000+0000 |
Updated | 2016-03-08T07:41:01.000+0000 |
Description
* Same code works on DROID Device and Emulator.
[ERROR]
[ERROR] Error: Traceback (most recent call last):
File "/Library/Application
Support/Titanium/mobilesdk/osx/2.1.2.GA/iphone/builder.py", line 1460,
in main
execute_xcode("iphoneos%s" % iphone_version,args,False)
File "/Library/Application
Support/Titanium/mobilesdk/osx/2.1.2.GA/iphone/builder.py", line 1215,
in execute_xcode
output = run.run(args,False,False,o)
File "/Library/Application
Support/Titanium/mobilesdk/osx/2.1.2.GA/iphone/run.py", line 41, in run
sys.exit(rc)
SystemExit: 65
Also, if I remove ti.compression from the iOS column in eclipse, and compile - will run okay on simulator or device (of course reports ti.compression is missing), but it will compile okay.
Hi Ozz, Can you provide a simple test cast that reproduces the issue?
Hello Ozz, We were able to open and successfully run the example app that comes with the compression module. This was done on an iPhone 5 (7.0.3). I realize that there have been several updates to different parts of the environment you indicated on the ticket, so could you please update to the latest version of the TiSDK, CLI, and module and then try your app again? Also, since the example app is working, you could consider looking at it's code for examples of how to use the module. Due to age and a lack of responses, I will be closing this ticket as "could not reproduce". Please feel free to re-open this ticket or to let me know if you are still having this issue. Thanks!