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?
问问题
5206 次
2 回答
7
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:
+1 to Kevin for being faster than me, too. :-)
于 2012-07-22T06:05:05.020 回答
4
/Applications/Xcode.app/Contents/Developer/usr/bin/install_name_tool
于 2012-07-22T06:03:34.253 回答