xcode
Is it safe to replace the command-line developer tools from OS X 10.8 with the ones from 10.9?
The highest version of Xcode that is officially supported on OS X 10.8.5 is Xcode 5.1.1, and that comes with Apple LLVM 5.1 (based on LLVM 3.3svn). However, while newer versions of Xcode cannot be installed on Mountain Lion, the command-line tools that are bundled with Xcode work perfectly fine. They can be extracted from the package installer using an app like Pacifist. So now I can compile using Apple LLVM 6.0 (based on LLVM 3.5svn) from the command line, but does anyone know if it's safe to replace the version of clang Xcode uses with this newer version?
not at all - no you have NO way of knowing what apple changed / compiled into that version it IS safe to replace clang/llvm, but not with a version you know nothing about
Related Links
how to using NSZombieEnabled on intrument Xcode 3.2.5
What should CFBuldneURLIconFile size be?
Enumerate BOOLs from an NSDictionary
How to display “the” Assistant Editor?
iOS 4 won't load new property list
non_lazy_pointer problem
Search for a particular string in a process memory using GDB in OSX
How to prevent Xcode 3.2.5 to not show those blue message bubbles when debugging?
How to Turn a View into Landscape Mode in Xcode 4
XCode- Need Help With Errors (Expected ; and Expected Statement)
How to set up SDL on XCODE 4?
xcode 4 add CoreData in a existing project
How can I find my application's resource group/map in XCode?
iOS Architecture and Xcode Organiser window
How to save the option selected in UIPickerView and Load it back up
SecTrustedApplicationCreateFromPath being too smart?