Xcode 4 build Static Library dependency with different configuration setting

后端 未结 2 1266
野的像风
野的像风 2021-02-08 12:41

I was wondering whether it is possible to have dependant static library compiled with different configuration settings.

My case was I have a project (project.pbxproj) wh

2条回答
  •  难免孤独
    2021-02-08 13:21

    I do not know of a way to trigger different configuration builds, but what you are trying to achieve can be done with different targets. A target of the dependent project can trigger a specific target of the dependency project. You can set this in the Target Dependencies build phase.

提交回复
热议问题