Hi,
I'd like to remove the command line tools, including the frameworks that were installed with.
The reason of this is that I had first installed the command line tools, but I since installed Xcode. I've build some stuff with Xcode using the 10.11 SDK (including the NSArray class with generics which were added in the 10.11 version).
The problem is that I need to build this with clang++, and when I do this, the framework header which is used is that of the command line tools installation which is that of 10.10 SDK.
Important point : I'm using Mac Os X Yosemite.
Can anybody tell me how to uninstall/remove all the command line tools stuff, including the frameworks ?