Xcode 9 - Could not attach to pid for Frameworks unit tests

前端 未结 6 587
Happy的楠姐
Happy的楠姐 2021-02-02 15:22

I am getting the following error after migrating from one mac to another using time machine.

Could not attach to pid

Ensure "project title"

6条回答
  •  一个人的身影
    2021-02-02 16:26

    I was able to resolve this issue by:

    1. adding Single View App target (I named it HostApp)
    2. setting HostApp target as a host application for test target

提交回复
热议问题