Xcode 8 Beta - Convert to Current Swift Syntax Failed: Could not find test host

后端 未结 7 1822
天命终不由人
天命终不由人 2020-12-07 14:39

I am receiving an error message when I try to use Xcode 8\'s Convert Wizard. After trying rebooting, downloading fresh code, and deleting my DerivedData files I cannot esc

7条回答
  •  攒了一身酷
    2020-12-07 14:55

    In my case I deleted my tests target, then re-added it using the + below targets and selecting "iOs Unit Testing Bundle"

    For some reason this got a compile error, so I changed the "Per-configuration Intermediate Build Files Path: for my test target to $(PROJECT_TEMP_DIR)/$(CONFIGURATION) for both debug and release. This allowed the compile to work.

提交回复
热议问题