Hello,
I've re-installed Titanium. I've re-installed XCODE 5.1.1
The eclipse IDE tells me that iOS SDK is not configured.
I go to Preferences--> iOS --> and indeed, iOS SDK Home is "Not specified".
So, the next thing now is to use the following command to specify its location:
sudo xcode-select -switch <xcode_folder_path>According to the documentation, the <xcode_folder_path> is typically /Developer or /Developer-x.x for Xcode 4.2 and lower, and /Applications/Xcode.app/Contents/Developer for Xcode 4.3.
But my problem is this: I checked in that path and its empty.
What do I do?