Specifying a subproject's Configuration in Xcode

前端 未结 4 1854
野的像风
野的像风 2021-02-02 14:00

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 t

4条回答
  •  盖世英雄少女心
    2021-02-02 14:23

    You can specify the default 'fallback' configuration in the project info.

    Change from:

    Use 'Release' for command-line builds.

    to:

    Use 'Debug' for command-line builds.

    And default will be 'Debug'.

    Diffs of project file:

提交回复
热议问题