This content has 8 months. Some of the information in this post may be out of date or no longer work. Please, read this page keeping its age in your mind.If you are facing issues launching your iOS application in VS Code, then try to analyse the Debug Console of your application.If you see things like this: And then your application suddenly crashes showing the splashscreen, then the debugger might be slow. XCode 15 have problems with debugging. If you have “Connect via network” enabled on your XCode settings under Devices and Simulators, than this might be the problem. Even if you are connecting your phone wired, it starts the application debugging via wifi. Try updating XCode to 15.4, and update your OS to macOS Sonoma 15.4 aswell You can countercheck this problem by disabling the wifi on your physical device. In this case the app installs, but crashes instantly when trying to launch it. Additionally in Visual Studio code the solution you can disable some settings in the C# extension’s settings the Debug > Logging to speed up the loading progress when launching your app.