I have a project that has a dependency on a static library. In Xcode 3.2.3 the project that builds the library is setup as a direct dependency in the target settings so that the library is built whenever the main project is built.
I can't for the life of me figure out how this is supposed to work in Xcode 4. I haven't changed any project/target settings but the dependent library will not build. Has anyone successfully setup library dependencies so that they automatically build in Xcode 4?