great writeup from Brent
I've started turning on most of Xcode's warning options and one warning- related build setting in all of my personal projects. I suggest you do the same
This gist is, if you’re targeting 10.5 or later, use @rpath. There’s no reason I can think of to still use @loader_path.
(tags: cocoa osx frameworks linker)