Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15972] CLI: iOS 64-bit iPhone Simulator not launched when passing in --sim-64bit

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-12-13T20:13:43.000+0000
Affected Version/sRelease 3.2.0
Fix Version/s2013 Sprint 25, 2013 Sprint 25 Core, Release 3.2.3, Release 3.3.0
ComponentsCLI
Labelsqe-closed-3.2.3, qe-testadded
ReporterChris Barber
AssigneeChris Barber
Created2013-12-12T22:29:51.000+0000
Updated2014-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.

Comments

  1. Chris Barber 2013-12-12

    Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5118 3.2.x pull request: https://github.com/appcelerator/titanium_mobile/pull/5119
  2. Satyam Sekhri 2014-02-03

    A 64-bit simulator is launched successfully. Checked on: OSX: 10.9.1 Titanium SDK: 3.3.0.v20140202230850 CLI: 3.2.1-beta3
  3. Olga Romero 2014-03-24

       ti build -p ios -S 7.0.3 --sim-64bit
       
    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

JSON Source