Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11026] iOS: tooling - Studio console reports "Minimum iOS version: 4.0" when building with iOS 6 using default tiapp.xml

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2012-10-10T00:36:50.000+0000
Affected Version/sRelease 2.1.3
Fix Version/sRelease 2.1.3, Release 3.0.0, Sprint 2012-20 API, 2012 Sprint 20
ComponentsTooling
Labelsapi, qe-ios090112, qe-ios6, qe-nfc, qe-port
ReporterEric Merriman
AssigneeVishal Duggal
Created2012-09-20T14:18:53.000+0000
Updated2012-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

FileDateSize
Screen Shot 2012-09-27 at 10.52.31 AM.png2012-09-27T17:56:22.000+0000213141
Screen Shot 2012-09-27 at 10.54.11 AM.png2012-09-27T17:56:42.000+0000211612

Comments

  1. Vishal Duggal 2012-09-20

    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
  2. Chris Barber 2012-09-21

    Note: this has been fixed in the new CLI.
  3. Thomas Huelbert 2012-09-21

    let's release note this please
  4. Eric Merriman 2012-09-27

    Apps packaged with iOS SDK 6.0 are failing validation unless you manually set the to 4.3 or better. See screenshots built with no min set, and min set to 4.3. Bumping severity.
  5. Vishal Duggal 2012-09-27

    Pull pending https://github.com/appcelerator/titanium_mobile/pull/3066 against master https://github.com/appcelerator/titanium_mobile/pull/3067 against 2_1_X
  6. Tamila Smolich 2012-10-01

    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
  7. Ingo Muschenetz 2012-10-10

    Had to reopen to edit time.

JSON Source