Tests stop working under xcode 8 TEST_HOST error

前端 未结 12 872
暖寄归人
暖寄归人 2020-12-15 15:13

I want to start tests under Xcode 8 and it fail in the beginning. My error is:

Could not determine bundle identifier for MyProjectTest\'s TEST_HOST:

12条回答
  •  不知归路
    2020-12-15 15:48

    My project has many targets so I had to set the Tests Target's Host Application to 'None'. (Xcode 9.2)

提交回复
热议问题