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

前端 未结 6 584
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:19

    Haven't seen this exact error, but I've found removing the derived data helps fix some transient errors that pop up after updates etc.

    You can find the location of your derived data folder in Xcode.
    Open preferences/locations and click the arrow.
    Once in derived data you can remove all the folders. FYI after deleting the derived data folder all your projects will need to be rebuilt.

    Hope this helps!

提交回复
热议问题