Tests stop working under xcode 8 TEST_HOST error

前端 未结 12 870
暖寄归人
暖寄归人 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条回答
  •  旧时难觅i
    2020-12-15 16:00

    Quitting Xcode and removing DerivedData folder at fixed the problem for me.

    $ sudo rm -Rf Library/Developer/Xcode/DerivedData
    

    Shame on you, Apple!

提交回复
热议问题