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.
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
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