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