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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to