Since upgrading my iPhone to iOS 15 and upgrading to Xcode 13 on my Mac, I have a problem with testing/debugging ANY SwiftUI app using Xcode. Even a new Xcode project with the simple "hello world" example behaves this way when the Xcode "Start" button is pressed (whether or not the target is a simulator or my physical iPhone with iOS 15).
The app seems to be correctly uploaded to the target but the target then displays a blank white screen for more than a minute (minutes) before displaying app screen.
When Xcode debugger is disconnected after that and the app is manually started on the target (whether simulator or physical iPhone), it seems to work fine (without any white screen appearing first).
Same behavior with all my SwiftUI apps (& simple Xcode Swift "Hello World" example)which have worked for a long time without any problems.
I still have Xcode 12.5 installed & it now exhibits the same behavior (even when target OS is iOS 14.5) and app is uploaded to my iOS 15 iPhone.
It is basically impossible to test & debug apps with this problem.
Has anyone else had this problem?
Any known solution or suggestions?
Thanks!