Could not determine bundle identifier for xxxTest TEST_HOST

前端 未结 3 2184
庸人自扰
庸人自扰 2021-02-08 14:33

We do have troubles getting our CI to work with Xcode. We encounter the issue Could not determine bundle identifier for xxxTest TEST_HOST: some path that does not exist

3条回答
  •  不要未来只要你来
    2021-02-08 15:15

    So after ages of having this issue, we could find the right checkbox to fix this issue.

    It somehow sounds weird but the issue was the configurations for the command-line builds inside of the Project settings.

    I assume this happens because we always test against the debug configuration and it was set to release. Therefore it did the wrong build for the test host.

    This does set the defaultConfigurationName inside of the {projectname}.xcodeproject.

    Please comment if you have any more insights of this.

提交回复
热议问题