Could not determine bundle identifier for xxxTest TEST_HOST

前端 未结 3 2127
庸人自扰
庸人自扰 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:02

    One reason to have this error is that your info.plist of your target is not in its path. So if you moved it or removed the reference to it, you may get this error.

    So if you moved it, put it back into its place or path. if you removed the reference to it, add it again, close and reopen the project.

提交回复
热议问题