today I tried to install the new version of Xcode. Before that I removed the developer tools with the following command:
sudo /Library/Developer/Shared/uninstall-devtools --mode=all
I also had other folder in /Library/Developer such as 4.2 4.2.1 ...
After that I installed the new Xcode and I noticed that the folder /Library/Developer contains only the Shared folder, which doesn't contain the command uninstall-devtools.
Did I install the developer tools or do I have to do something more?
Another related problem is that when I try to install Flann through Homebrew it reports the following error:
xcode-select: Error: No Xcode folder is set. Run
xcode-select -switch <xcode_folder_path>to set the path to the Xcode folder.
How can I fix it?