Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode - Could not find test host [duplicate]

I am receiving an error message when I try to use Xcode 8's Convert Wizard. After trying install KIF Framework.

Here is the error message:

Could not find test host for PresentrTests: TEST_HOST evaluates to "/Users/mymacbook/Library/Developer/Xcode/DerivedData/MyApplication-akrziiobrmqfliboqlgonjeyvquu/Build/Products/Debug-iphoneos/MyApplication.xctest/MyApplication"

like image 416
Irwan Madness Avatar asked Jun 09 '17 08:06

Irwan Madness


1 Answers

  1. Select the Xcode project in the lefthand browser.
  2. Click on your test target in the Project's General tab.
  3. Under "General" select your appropriate host application under "Testing".
like image 133
spfursich Avatar answered Nov 20 '22 06:11

spfursich