Creating Dependencies in Xcode 4

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?

+3
source share
2 answers

NDA WWDC 2010 308 - Xcode 4 314 - Xcode 4. Xcode 4 .

, Apple, .

+5

. .

+3

Source: https://habr.com/ru/post/1756372/


All Articles