XCode automatically manage signing endless loop

Viewed 637

I use XCode 11.3 but when I check automatically manage signing in Signing and Capabilities, it is stuck in an endless loop:

  1. Creating certificate

enter image description here

  1. Creating provisioning profile

creating_provisioning_profile

  1. Waiting to repair:

waiting_to_repair

Then it repeats from the beginning. Because of this I cannot deploy even the most basic app on my device. Do you have any solutions for the problem?

1 Answers

I ran into the same problem before. After upgrading my macOS to the latest version, the problem is gone. Currently my macOS version is 11.4 and Xcode version is 12.5.

Related