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

后端 未结 7 1840
天命终不由人
天命终不由人 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

    Fix this in 3 steps:

    1. First delete your test target
    2. The select Edit -> Convert -> To current Swift syntax... and perform the conversion
    3. Then add a new test target

提交回复
热议问题