Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15562] CLI: xcode command line tools - Ti CLI cannot recognize xcode command line tools

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-11-01T20:58:05.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 22, 2013 Sprint 22 Core, Release 3.2.0
ComponentsCLI
Labelsqe-3.2.0, qe-closed-3.2.0, qe-nfc
ReporterWilson Luu
AssigneeChris Barber
Created2013-10-22T23:42:11.000+0000
Updated2013-11-06T21:27:12.000+0000

Description

*Details:* Latest Ti CLI does not recognize xcode command line tools even though the xcode command line tools was manually installed from developer.apple.com *Steps to reproduce:* 1. Install Xcode 5.0.1 GM Seed 2. Install [Xcode 5.0.1 command line tools GM See](https://developer.apple.com/downloads/index.action?name=Xcode) 3. Install latest Ti CLI from master 4. Install SDK from android_build: ti sdk install -b android_build -d 5. Type ti info and look for xcode information *Actual:* Ti CLI cannot recognize Xcode command line tools:
Xcode
5.0.1 (build 5A2034a) - Xcode default
  Install Location          = /Applications/Xcode.app/Contents/Developer
  iOS SDKs                  = 7.0
  iOS Simulators            = 6.0, 6.1, 7.0
  CLI Tools Installed       = no
  Supported by TiSDK 3.2.0  = yes

...

  ✕  The Xcode Command Line Tools are not installed for the following Xcode versions: 5.0.1.
     Titanium requires that the Xcode Command Line Tools be installed. You can install them from the
     Xcode Preferences > Downloads tab.

*Expected:* Ti CLI should be able to recognize the xcode command line tools.

Comments

  1. Chris Barber 2013-10-31

    titanium cli pull request: https://github.com/appcelerator/titanium/pull/66 node-appc pull request: https://github.com/appcelerator/node-appc/pull/60
  2. Chris Barber 2013-10-31

    To test, run "ti info -t osx" and "ti setup check".
  3. Olga Romero 2013-11-06

    Environment: Mac osx 10.9 Mavericks Xcode: 5.0, 5.0.1 Ti CLI: 3.2.0 master (6ca7912ffe94d9db5e684bbfa15208ef00827094) Titanium Studio, build: 3.2.0.201311060354 Titanium SDK, build: 3.2.0.v20131105162443 Ran command
       ti info -t osx
       
    No error, regarding Xcode recognition.
       Xcode
         5.0 (build 5A1413) - Xcode default
           Install Location          = /Applications/Xcode 5.0/Xcode.app/Contents/Developer
           iOS SDKs                  = 7.0
           iOS Simulators            = 6.0, 6.1, 7.0
           Supported by TiSDK 3.2.0  = yes
         5.0.1 (build 5A2053)
           Install Location          = /Applications/Xcode.app/Contents/Developer
           iOS SDKs                  = 7.0.3
           iOS Simulators            = 6.0, 6.1, 7.0.3
           Supported by TiSDK 3.2.0  = yes
        
       
       

JSON Source