[TIMOB-15972] CLI: iOS 64-bit iPhone Simulator not launched when passing in --sim-64bit
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-12-13T20:13:43.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | 2013 Sprint 25, 2013 Sprint 25 Core, Release 3.2.3, Release 3.3.0 |
Components | CLI |
Labels | qe-closed-3.2.3, qe-testadded |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2013-12-12T22:29:51.000+0000 |
Updated | 2014-03-24T22:35:08.000+0000 |
Description
When you build an app running:
ti build -p ios -I 7.0.3 --sim-64bit
A 32-bit iPhone Simulator is launched, not a 64-bit iPhone Simulator.
Expected Result:
Should launch a 64-bit simulator.
Workaround:
You need to specify --retina and --tall.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5118 3.2.x pull request: https://github.com/appcelerator/titanium_mobile/pull/5119
A 64-bit simulator is launched successfully. Checked on: OSX: 10.9.1 Titanium SDK: 3.3.0.v20140202230850 CLI: 3.2.1-beta3
Appcelerator Studio, build: 3.2.3.201403190645 Titanium SDK, build: 3.2.3.v20140324114345 Node.JS Version: v0.10.13 NPM Version: 1.3.2 ├── acs@1.0.14 ├── alloy@1.3.1 ├── npm@1.3.2 ├── titanium@3.2.1 └── titanium-code-processor@1.1.0 Xcode 5.1 iOS 64-bit iPhone Simulator was launched with the above command