-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Crashes when debug into iPhone Emulator. #24974
Comments
What version of Xcode? What version of the workloads? Do you have more logging or error messages? Is this a blank .NET MAUI project or did you add something more? Have you deleted the bin & obj folders and rebuild the project? |
Hi @jfversluis , Thanks for your reply, I'm using Xcode version 16, before to update Xcode I'm getting the same error, I'm trying deleting the bin and obj folders. But for some reason, when I run and debug the application into the emulator using Visual Studio for Mac (Retired on August :*( ) Is working. I think the problem is on Visual Studio Code using the .NET MAUI extension. I'm using the Pre-Release version because is the only release that have HotReload for XAML and I need Hot Reload for my development. Any recommendations such as Uninstall and reinstall the Visual Studio Code or switch to the release version of .NET MAUI Extension? Thanks :) |
Make sure to have .NET 8.0.402 installed and then can you do Then also be sure the Xcode 16 is selected. Does that work? If not, does it work to do |
Thanks @jfversluis , Is working again, but the Hot Reload for XAML is stopped working. Maybe for the future updates of the VS Code Extension for .NET MAUI must be resolved. I'm waiting for that. |
Perfect, glad you got it resolved! Thanks for letting us know! |
Description
After updated the .Net Maui workload, I getting and error when drug into iOS Emulator, I'm trying updated to the lasted version of Xcode but is not working, when I use the Physical device is working as expected.
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
9.0.0-rc.1.24453.9
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.91 SR9.1
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: