View Single Post
I fear the fleshy palm!

If you look in Xcode's Building pref pane, you can set a separate build location for build products and intermediates. We do all our builds with something like:

Place Build Products in: [x] Customized Location: /Users/Shared/user-name/Products
Place Intermediate Build Files in: [x] With build products

This will set the defaults in question and will allow the frameworks to find each other. Also, the separate build directory keeps Xcode from junking up our source directory and generally is nicer in our opinion.

Longer term, I'm hoping we can release our real build scripts, but it is unclear if that would make things simpler for _you_ or just simpler for _us_ =)
__________________
CTO, The Omni Group