App start freezes on Xcode 13.3

I recently updated my Xcode to 13.3 above 13.2.1 (download xip-file manually and replace).

macOS was updated from 12.2 to 12.3 and it didn't help.

My hardware is M1 Macbook Air.

And since the first installation on an iOS device I see the following:

  • My device shows a splash screen.
  • Debug console is completely empty.

On the debug navigator during freeze I see this.

After 5-10 minutes my app launches normally. The strange thing is I see that behavior 100% on each app. That's not related to a simulator, but I tested it with two different iPhones.

I checked by setting a breakpoint to a first line of application(_ willFinishLaunchingWithOptions) and nothing is executed before 5-10 minutes of freeze behaviour.

Answered by vani2 in 709299022

Only after I removed Xcode completely, and install it again, the problem was solved.

Accepted Answer

Only after I removed Xcode completely, and install it again, the problem was solved.

App start freezes on Xcode 13.3
 
 
Q