[TIMOB-11026] iOS: tooling - Studio console reports "Minimum iOS version: 4.0" when building with iOS 6 using default tiapp.xml
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-10-10T00:36:50.000+0000 |
Affected Version/s | Release 2.1.3 |
Fix Version/s | Release 2.1.3, Release 3.0.0, Sprint 2012-20 API, 2012 Sprint 20 |
Components | Tooling |
Labels | api, qe-ios090112, qe-ios6, qe-nfc, qe-port |
Reporter | Eric Merriman |
Assignee | Vishal Duggal |
Created | 2012-09-20T14:18:53.000+0000 |
Updated | 2012-10-10T00:36:50.000+0000 |
Description
While testing iOS 6 capabilities, I noted that during a build, the console reports:
[INFO] Minimum iOS version: 4.0
This is an issue since the project (if built with iOS 6 SDK) will not run on iOS 4.0-4.2 due to missing armv6 support.
This is not a regression as iOS 6 was not supported for 2.1.2GA release.
Steps to reproduce:
1) Create a new project in Studio
2) Do not set a min-ios-sdk in tiapp.xml
3) Build for device and target iOS SDK 6.0
Result:
Console reports min iOS SDK as 4.0
Expected:
Console reports min ios sdk as 4.3, and project set to reflect that.
Notes:
It is possible to manually set this minimum and the project will perform as expected.
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2012-09-27 at 10.52.31 AM.png | 2012-09-27T17:56:22.000+0000 | 213141 |
Screen Shot 2012-09-27 at 10.54.11 AM.png | 2012-09-27T17:56:42.000+0000 | 211612 |
Stray log. Our checks for min os version do not check for os version being built. That is done later when checking for valid architectures. Should be fixed by the time new CLI rolls out
Note: this has been fixed in the new CLI.
let's release note this please
Apps packaged with iOS SDK 6.0 are failing validation unless you manually set the
Pull pending https://github.com/appcelerator/titanium_mobile/pull/3066 against master https://github.com/appcelerator/titanium_mobile/pull/3067 against 2_1_X
Closing as fixed. Verified on: OS: Mac OS X Lion 10.7.4 xCode: 4.5GM Titanium Studio, build: 2.1.2.201208301612 Titanium SDK, build: 2.1.3.v20120928203111; 3.0.0.v20120929141713 Devices: iPhone 4S (6.0.GM), iPhone Simulator 6.0
Had to reopen to edit time.