Xcode - Could not find test host

IosSwiftXcodeXcode8

Ios Problem Overview


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"

Ios Solutions


Solution 1 - Ios

  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".

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionIrwan MadnessView Question on Stackoverflow
Solution 1 - IosspfursichView Answer on Stackoverflow