Specifying a subproject's Configuration in Xcode

前端 未结 4 1851
野的像风
野的像风 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:44

    This might help: if the configuration of the project A is not found, Xcode will build Release config as a fallback (or maybe the first config of the list).

    Then you can "force" the link using this tip: Xcode custom build configuration causes "library/file not found" for static libraries

提交回复
热议问题