Question

I'm running OS 10.7.4 and cannot find install_name_tool. I have Xcode 4.3.3 installed through the App Store. Does anyone know where I can find/get install_name_tool?

Was it helpful?

Solution

To be more precise, install the "Command Line Tools for Xcode" package from

https://developer.apple.com/downloads/index.action

in addition to your Xcode tools.

Which will make the tool available easily via the command line.

You can also install the command line tools via Xcode preferences in the "Downloads" pane:

enter image description here

+1 to Kevin for being faster than me, too. :-)

OTHER TIPS

/Applications/Xcode.app/Contents/Developer/usr/bin/install_name_tool

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top