While developing native apps from Xcode, the screen of my app goes black and Xcode is stuck on launching app and attaching to iPhone 14 Pro as in screenshot below:

When my app's screen goes black, the simulator still works normally. If I kill my app and restart it, it stuck on launch screen.
I tried before last updates to set to Rosetta Stone, but I was facing same issue. After updating Xcode and macOS, I don't even have the Rosetta option.

I am using:
The only thing that works now is killing the process of the simulator completely, and restarting it from Xcode.
NOTE: When I develop flutter apps from Android studio on iOS Simulator, everything works just fine.
UPDATE: 09/19/2023: It is still the same on Xcode 15.0 public release.

If you have added Excluded Architectures - arm64 for Any iOS Simulator SDK, please remove that for all targets in your app.

Also, if you are using Pods and have implemented this code on your Podfile,
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
please delete this from Podfile and hit pod install.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With