• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
install_name_tool
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

install_name_tool


  • Subject: install_name_tool
  • From: Martin <email@hidden>
  • Date: Thu, 19 Jun 2008 22:40:28 +0200

Hi,

I can't figure out how install_name_tool works.

I've tried it with the simplest project ever:
1. I've created a blank "Foo" framework in Xcode
2. I've built it with the "-headerpad_max_install_names" linker flag (as man install_name_tool says)
3. I do this in the terminal :


$ otool -L Foo
/Users/martin/Library/Frameworks/Foo.framework/Versions/A/Foo (compatibility version 1.0.0, current version 1.0.0)
...


$ install_name_tool -change "/Users/martin/Library/Frameworks/ Foo.framework/Versions/A/Foo" "bla" Foo

$ otool -L Foo
/Users/martin/Library/Frameworks/Foo.framework/Versions/A/Foo (compatibility version 1.0.0, current version 1.0.0)
...


And as you can see, nothing has changed and the first line has certainly not been replaced by "bla". What am I doing wrong?

Thanks,
Martin.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: install_name_tool
      • From: "Kyle Sluder" <email@hidden>
  • Prev by Date: Re: how to prevent sleep mode when app is running
  • Next by Date: Re: install_name_tool
  • Previous by thread: Re: Time Machine Helpers
  • Next by thread: Re: install_name_tool
  • Index(es):
    • Date
    • Thread