Tagged Questions

2
votes
2answers
922 views

Specifying a subproject's Configuration in XCode

I have an XCode project (A) referencing another project (B). By default (as far as I understand it) XCode will implicitly build the configuration for the B dependency that matches the configuration of ...