I've a number of frameworks that I'm linking to my main project but for some reason, whenever I run the whole thing outside Xcode the executable cannot find the frameworks at all.
The frameworks have the dynamic installation path set to @loader_path/../Frameworks. I've tried simply put @rpath but it didn't work either. Runpath Search Paths is empty on the main executable.
Is there an easy way to debug this? I think I've been through every website and blog post that talks about framework linking and nothing's been of help.