I have a project that has a dependency on a static library. In Xcode 3.2.3, the project that creates the library is configured as a direct dependency in the target settings, so that the library is created whenever the main project is built.
I canβt understand for life how this should work in Xcode 4. I have not changed any project / goal parameters, but the dependent library will not build. Has anyone successfully configured library dependencies to automatically create Xcode 4?
source
share