First check the path where its pointing by below command
xcode-select -print-path
if this command gives any error like the below one then you need to set the path.
xcode-select: Error: Selected Xcode path (Xcode.app/Contents/Developer) is not a valid directory. Run xcode-select -switch
To set the xcode path for titanium.
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/
Now Restart the Titanium
No comments:
Post a Comment