-
Notifications
You must be signed in to change notification settings - Fork 15
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 Crash with Hot Reload enabled #23
Comments
Looks like someone else encountered this & reported it back in May here: xamarin/xamarin-macios#20658 Is this "Sample Project" not expected to work? |
Addendum: Made sure to update Visual Studio to the latest version (17.10.5). Sample project still crashes. |
It does. But mobile .NET SDK is frequently breaks, sometimes Apple does it, and sometimes Visual Studio. To isolate this problem, can you:
Probably not related to this issue, but also another known problem with simulator: |
Hi, thanks for the reply
My whole intention/goal in adding Maui to my Avalonia app is to be able to use Hot Restart (per AvaloniaUI/Avalonia#14220 (reply in thread)). If I don't use Hot Restart, and instead build & run through a remote Mac, then it indeed works. However, that sort of defeats the purpose here - in that case might as well just have Avalonia alone ;)
Tried it with Rider, but I couldn't find a way to enable Hot Restart there - perhaps that's Visual Studio specific.
I was using a physical tethered device via Hot Restart (not simulator) Thanks again |
Hi,
When trying out the AvaloniaSample.iOS sample project (Visual Studio 17.10.3 for Windows, Phone SE 3rd gen tethered for "Hot Reload"):
No class inheriting from a valid Application Delegate found in /var/mobile/Containers/Data/Application/457228A1-2559-44E4-810B-4C91859D26BE/Documents/AvaloniaSample.iOS.content/AvaloniaSample.iOS.dll
.If I try the MauiSample project, it works - this only occurs with the AvaloniaSample.
What could be wrong?
The text was updated successfully, but these errors were encountered: