Why doesn't find Titanium my iOS 8 SDKs ? (see below Xcode 6.0.1, "iOS SDKs = none")
I followed the Appcelerator blog to use iOS 8. These are the steps I have taken:
I renamed Xcode 5.1.1 to /Xcode5.app in Applications folder
I downloaded and installed Xcode 6.0.1, and renamed it to /Xcode6.app in Applications folder
I downloaded the Simulators via Xcode->Preferences->Download
I upgraded Titanium Studio to Version 3.4.0.201409261227 and executed "sudo xcode-select -s /Applications/Xcode6.app/Contents/Developer", and refreshed the Titanium Studio->Preferences...->Studio->Platforms->iOS -> iOS SDK Home
I downloaded and installed Titanium SDK 3.4.0.RC2 and executed "ti sdk select 3.4.0.RC2"
I installed the NPM packages by executing
sudo npm remove -g alloy
sudo npm remove -g titanium
sudo npm install -g alloy@1.5.0-rc3
sudo npm install -g titanium@3.4.0-rc4
Now I get the following results:
a) ti info -t ios
Titanium Command-Line Interface, CLI version 3.4.0-rc4, Titanium SDK version 3.4.0.RC2 Copyright (c) 2012-2014, Appcelerator, Inc. All Rights Reserved.
Please report bugs to http://jira.appcelerator.org/
Xcode 6.0.1 (build 6A317) - Xcode default
Install Location = /Applications/Xcode6.app/Contents/Developer/
iOS SDKs = none
iOS Simulators = 8.0, 7.1, 7.0.3
Supported by TiSDK 3.4.0.RC2 = yes
5.1.1 (build 5B1008) Install Location = /Applications/Xcode5.app/Contents/Developer
iOS SDKs = 7.1
iOS Simulators = 7.1, 6.1
Supported by TiSDK 3.4.0.RC2 = no
b) ti sdk
Titanium Command-Line Interface, CLI version 3.4.0-rc4, Titanium SDK version 3.4.0.RC2 Copyright (c) 2012-2014, Appcelerator, Inc. All Rights Reserved.
Please report bugs to http://jira.appcelerator.org/
SDK Install Locations: /Library/Application Support/Titanium
/Users/kmuller/Library/Application Support/Titanium [default]
Installed SDKs: 3.4.0.RC2 [selected] /Users/myname/Library/Application Support/Titanium/mobilesdk/osx/3.4.0.RC2
3.3.0.GA /Users/myname/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA