One thing to watch out for during development is that Xcode:
Builds all your apps and frameworks into your Products/Debug directory
Set up a dynamic linker environment variable to force your apps to look for framework in that same directory
I have specified legacy build locations in my project, so that the app and frameworks are built in different directories.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: