Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15639] CLI: iOS: Only allow Xcode 5 and newer to be used when building Titanium 3.2 apps

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2013-11-04T09:47:50.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 23, 2013 Sprint 23 Core, Release 3.2.0
ComponentsCLI, iOS
Labelsmodule_cli, qe-closed-3.2.0, qe-manualtest
ReporterChris Barber
AssigneeChris Barber
Created2013-11-01T18:23:12.000+0000
Updated2014-08-12T01:33:40.000+0000

Description

Titanium SDK 3.2 iOS no longer will compile against iOS SDK <7.0. Need to update the vender dependencies and improve error checking.

Comments

  1. Chris Barber 2013-11-04

    Pull request: https://github.com/appcelerator/titanium_mobile/pull/4905
  2. Chris Barber 2013-11-04

    To test, run:
       ti build -p ios -I 6.1
       
    6.1 is not supported by TiSDK 3.2 and you'll get an error.
  3. Olga Romero 2013-11-06

    Ran command
       ti build -p ios -I 6.1
       
    and got
       [ERROR] Invalid "--ios-version" value "6.1"
       
       Which iOS SDK version would you like to build with?
        1)  7.0
        2)  7.0.3
       Select an iOS SDK version by number or name:
       
    Environment: Mac osx 10.9 Mavericks CLI 3.2.0 Xcode 5.0

JSON Source