I had installed command line tools when I installed Xcode 5 in my mac.
install_name_tool
was working fine back then.
Now, When I try to use install_name_tool
I get following error, malformed object (unknown load command 4)
Upon googling I found out that this error is due to the command line tools are not updated along with OS or Xcode. So i went here (https://developer.apple.com/downloads/index.action) downloaded the command line tools for 10.9, and tried again on terminal, but the error persisted.
Then I tried updating my Xcode from 5-->5.1.1, went to Downloads
in preferences, there was no option to download the command line tools. I installed the pkg which I downloaded earlier for command line tools, I am still getting the same error.
install_name_tools doesnt exist in this director, as one of the answers on other similar questions suggested--- > /Applications/Xcode.app/Contents/Developer/usr/bin/
My question, where does the install_name_tool
gets installed after installing it from a pkg?