yurkinh / Plugin.Maui.Calendar

.NET MAUI port of XF calendar plugin
MIT License
142 stars 13 forks source link

Crash on iOS 18 #95

Closed marcustindab closed 1 month ago

marcustindab commented 1 month ago

Hey!

We recently updated our devices to iOS 18 and the app started to crash when displaying your calendar.

Works fine on iOS 17+

yurkinh commented 1 month ago

Hi @marcustindab I have not yet tested it with iOS 18 but this is due to the plugin not being updated to the latest MAUI version. I will try to update it today and will submit a new version. Also it would be very helpful to get some trace logs with exception

marcustindab commented 1 month ago

Unfortunately we don't have any exception logs to provide you with... We've tested this on a IPhone mini and a IPhone 15, both with iOS 18, and with the same crash.

marcustindab commented 1 month ago

@yurkinh Were you able to reproduce this?

yurkinh commented 1 month ago

Hi @marcustindab I was able to run successfully on ios simulator 18. Will try on my device after the update. Also, we have new SR for the .net maui hence I will bump plugin to that latest one and republish. have you tried to rebuild app with latest maui nugets, SDK (402 or 403) and Xcode 16?

marcustindab commented 1 month ago

@yurkinh After further investigation, we found out a probable release cause for this crash, related to this issue: https://github.com/dotnet/maui/issues/25139

I'm verifying this as we speak. Hopefully we can close this issue after our tests. Thank you so much for your quick responses so far!