Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15061] iOS7 : iPhone retina tall simulator is launched when iPhone retina is selected in 'run configurations'

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-09-06T21:38:56.000+0000
Affected Version/sRelease 3.1.3
Fix Version/s2013 Sprint 18, 2013 Sprint 18 API, Release 3.1.3, Release 3.2.0
ComponentsCLI, iOS
Labelsappcelerator_smoke, qe-3.1.3, qe-manualtest, qe-nfc
ReporterLokesh Choudhary
AssigneeSabil Rahim
Created2013-09-05T23:43:38.000+0000
Updated2014-08-07T17:06:16.000+0000

Description

Description:

1.Right click on any app in the studio & select "run as" & then run configurations. 2.Select IOS sdk:7.0 ; Simulator version:7.0; Displaytype:Retina. 3.Hit apply & run. 4.Observe the typeof the Iphone simulator which launches.

Actual Result:

1.We see the Iphone retina tall simulator launch.

Expected Results:

1. We should see the Iphone retina simulator launch.

Observations:

1.The CLI command the studio runs is right. In my case it was :
"/usr/local/bin/titanium" "--no-colors" "--no-prompt" "build" "--platform" "iphone" "--sdk" "3.1.3.v20130904134612" "--log-level" "trace" "--target" "simulator" "--ios-version" "7.0" "--device-family" "iphone" "--sim-version" "7.0" "--retina" "--skip-js-minify"
2. Tried running the same command through CLI & was able to reproduce the issue.

Comments

  1. Sabil Rahim 2013-09-06

    master PR https://github.com/appcelerator/titanium_mobile/pull/4655 3_1_X PR https://github.com/appcelerator/titanium_mobile/pull/4656 ios-sim PR https://github.com/appcelerator/ios-sim/pull/4
  2. Paras Mishra 2013-09-09

    Verified the fix. Using environment: Device : iphone simulator, iOS 7 , Display: Retina SDK: 3.1.3.v20130908095038 CLI version : 3.1.2 OS : MAC OSX 10.8.4 Alloy : 1.2.2-beta Appcelerator Studio, build: 3.1.3.201309072408 XCode : 5

JSON Source