Install_name_tool on OS X Lion

I am 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?

+3
xcode macos
source share
2 answers

To be more precise, install the Command Prompt for Xcode package from

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

in addition to your Xcode tools.

This will facilitate access to the tool through the command line.

You can also install command line tools using the Xcode settings in the Downloads panel:

enter image description here

Kevin for being faster than me. :-)

+7
source share

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

+4
source share

All Articles