You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After migrating project from Xamarin.Forms to MAUI .NET 7, Akavache causes crash when call BlobCache.UserAccount.GetOrCreateObject. Crash occurs only on real iOS device, on Simulator there is no crash.
BlobCache.UserAccount.GetOrCreateObject executes correctly for some keys, and for some causes crash. It does not seems to be connected with type of value we are trying to get.
This is not a bug in Akavache, but rather in .NET which does not support the latest iOS/XCode. The bug triggers, the first time any ICU code is called.
Describe the bug 🐞
After migrating project from Xamarin.Forms to MAUI .NET 7, Akavache causes crash when call
BlobCache.UserAccount.GetOrCreateObject
. Crash occurs only on real iOS device, on Simulator there is no crash.BlobCache.UserAccount.GetOrCreateObject
executes correctly for some keys, and for some causes crash. It does not seems to be connected with type of value we are trying to get.Logs:
Step to reproduce
Akavache
BlobCache.UserAccount.GetOrCreateObject
methodReproduction repository
https://github.com/reactiveui/ReactiveUI
Expected behavior
Crash does not happen
Screenshots 🖼️
No response
IDE
Visual Studio 2022
Operating system
MacOS
Version
14.5.1
Device
iPhone 14 ios 16.4
ReactiveUI Version
9.0.1 & 9.1.20
Additional information ℹ️
No response
The text was updated successfully, but these errors were encountered: