-
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] Startup Crash Specific to iOS 12 and .Net 7 #11525
Comments
Hi @jcsnider. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Repro case added. To be clear it is the default maui shell application from the visual studio template. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Thread started: #2 |
this is the above log when app launches and crashes almost immediately after updating to .net7. Platforms details: |
Apologies for my ignorance, does this mean the issue is now fixed? What would I need to do to take advantage of this, as it stops any Maui apps working in iOS < 13. Or do we have to wait for the next release? Is there a workaround in the meantime? |
Current version of .Net 7 which is 7.0.49 was released 23 days ago so I'd imagine the next build with this fix will be out in a week or two. I am unaware of any preview/nightly automated builds that you could quickly take advantage of. If your project will run on .Net 6 then you could always fall back to that temporarily as this crash only exists in .Net 7. |
So the fix for this was apparently released yesterday (https://github.com/dotnet/maui/releases/tag/7.0.52) |
Hello lovely human, thank you for your comment on this issue. Because this issue has been closed for a period of time, please strongly consider opening a new issue linking to this issue instead to ensure better visibility of your comment. Thank you! |
Description
Default template MAUI app is crashing while on the startup splash screen on iPhones/iPads running iOS 12 when targeting .Net 7.
Works on .Net 6.
Works on .Net 7 when the device is running iOS 13+.
Crash occurs on both simulators and physical devices.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/jcsnider/Maui11525_ReproProject
Version with bug
7.0 (current)
Last version that worked well
6.0.424
Affected platforms
iOS
Affected platform versions
iOS 12.4-12.5
Did you find any workaround?
Not at this time.
Relevant log output
iOS Device Crash Log (Very consistent):
ioscrashlog.txt
The text was updated successfully, but these errors were encountered: