hi guys
so i'm running titanium mobile on mac, the installation went smoothly. used titanium for 2-3 weeks with no problem. then yesterday its says via my dashboard that my sdk of the iOS is missing and that i should install or update it. the strange thing is that my Xcode is installed.
so i uninstalled xcode and then reinstalled it, went to titanium but i still get the message on my dashboard saying that i need to either install or update my iOS sdk.....
please someone can help me
thanks in advance
2 Answers
About 2 weeks ago, my iOS sdk became corrupted and header files were missing from it.
had to completely uninstall xCode, titanium and reinstall.
At the time I suspected Clean My Mac of being a bit too aggressive with its operations.
Check your X-Code version and for X-Code 4.3 try using this:
1: Open a Terminal window and execute the command "sudo xcode-select -switch <xcode_folder_path>". 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.
2: In Titanium Studio, open the Titanium preferences and navigate to Titanium Studio->Titanium
3: In the iOS section, click the Refresh button
4: The newly specified Xcode folder path should be displayed.
Your Answer
Think you can help? Login to answer this question!