dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

iOS app crash with MAUI 8.0.72 Xcode 15.4 simulator MacOS 14.7.1 #25756

Closed vinajava closed 1 week ago

vinajava commented 1 week ago

Description

Create new MAUI app. Add an Entry, then run in simulator. Click on Entry to enter text. App crashes. It has never happened with Maui 8.0.72 before. It just happened from yesterday. Note: Update to MAUI 8.0.80 or later and Xcode 16 is not an option for us because of this bug : https://github.com/dotnet/maui/issues/25237 https://github.com/dotnet/maui/issues/19099

I attach the video for this bug so you can see. I also attach full bug report.

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.71 SR7.1

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

8.0.71 SR7.1

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

https://github.com/user-attachments/assets/ff2f5ccf-043f-4fd9-9a63-c1309c1984fa bug report.txt

Relevant log output

jfversluis commented 1 week ago

Looks like this: https://github.com/dotnet/runtime/issues/98941

If you don’t want to update there is a workaround listed in there you can use for the time being.

vinajava commented 1 week ago

Thank you for the workaround. It works.