GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-11-07T01:35:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 23, 2013 Sprint 23 Core, Release 3.2.0 |
Components | CLI |
Labels | module_cli, qe-3.2.0, qe-manualtest |
Reporter | Wilson Luu |
Assignee | Chris Barber |
Created | 2013-11-05T23:21:19.000+0000 |
Updated | 2014-08-12T01:33:21.000+0000 |
*Details:* "min-ios-ver" is being set to Titanium's supported ios version.
This means that if you build using latest 3.2.0 SDK with Xcode 5.0 or Xcode 5.0.1, then you will not be able to install to an iOS device that is running 6.X; the minimum iOS support for SDK 3.2.0.
*Steps to reproduce:*
1. Make sure to have Xcode 5.0 or 5.0.1
2. Create a default app in Studio
3. Install app to a 6.X device
*Actual:* You will not be able to install to a 6.X iOS device (see console.log)
*Expected:* You should be able to install to a 6.X iOS device using latest 3.2.0 SDK.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/4919
Closing ticket as fixed. Was able to install an app to an iOS device running 6.X Tested on: Titanium Studio, build: 3.2.0.201311070117 SDK build: 3.2.0.v20131106174044 Ti CLI: 3.2.0 master (4c816f21d7d9360659d77e9a6a994992ef880b72) Xcode: 5.0.1 Device: iphone 5 (6.1.3)