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.