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

前端 未结 6 573
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:00

    You can try some following steps -

    1. Open the keyChain and check the Keychain certificates and delete the existing ones which are expired.
      1. Uncheck the - automatically manage sign in from Xcode project settings.
      2. Delete any derived data
      3. Clean the project by cmd+k
      4. Then Close and Restart the project and Run...

    I hope it will work.

提交回复
热议问题