-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
.NET 8.0 iOS app crashes on lauch since updating to iOS 18.3 beta #23753
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Closed similar issues:
|
I get the same behavior, on both iOS 18 beta 3 and beta 4 |
Do you also have a .NET-iOS project that crashes after showing the splashscreen? |
Is this on your project or a new MAUI project? Do we have some way of reproducing this behavior? Otherwise I think this is probably what we're waiting for: xamarin/xamarin-macios#20802 |
We are somehow not able to reproduce the issue in a sample project. We don't understand why because the setup is the same. For now we changed the register name of our object that seemed to cause the crash to a project specific name and changed all the names of this object in the xib custom classes. That is a temporary workaround. Good to know: we couldn't reproduce the crash in the simulator. So before we changed the register name we could run our app in the simulator but it crashed on a physical device. |
I'm a bit unclear on the current status. It seems that this is not showing anymore? Or only on a physical device? I still think it's probably better to report this to the macios repo as they might know more and it's probably not specific to .NET MAUI from what I can tell right now. |
We need a way to reproduce it, otherwise we won't be able to figure out what's going on. That said, with a way to reproduce it, feel free to move it to xamarin-macios. |
@jfversluis Please save US. After update Xcode and Mac OS |
@pininfarino please see #24819 |
Description
My .NET 8.0 iOS app is crashing since updating to iOS 18.3 beta. The app shows the splash screen and crashes afterwards. In the stack trace I don't see any information that can guide me in the right direction.
Do others have the same issue? Or have a lead how I can fix this?
Installed Workload Id Manifest Version Installation Source
maui-ios 8.0.40/8.0.100 SDK 8.0.300
maui-android 8.0.40/8.0.100 SDK 8.0.300
The crash didn't occur on previous iOS 18 beta versions (18.1 and 18.2)
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
8.0.10 SR3
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 18.3 beta
Did you find any workaround?
Not yet.
Relevant log output
The text was updated successfully, but these errors were encountered: