Xcode 12.2 beta debug break point when running application
This problem hit me with beta 3 of Xcode 12.2, I found the solution in the release notes and hopefully this will save you from trying to find it.
The problem
You try running an application in Xcode and it causes a break point to hit immediately.
The Solution
Continue execution of the application using the debug controls and everything should work fine for you.
Back