Steve Spear

Results 3 comments of Steve Spear

I'm seeing it as well. Simulator works fine, crashes with iPhone 12 on iOS 17.5.1. I'm getting it through Jetpack Datastore though. `Uncaught Kotlin exception: at 0 News 0x104dec50b kfun:kotlin.Exception#(kotlin.String?;kotlin.Throwable?){}...

I was able to fix by switching from NSDocumentDirectory -> NSCachesDirectory When creating the DataStore object on iOS. ``` actual fun getDataStore(name: String): DataStore { return PreferenceDataStoreFactory .createWithPath( scope =...

It was 100% reproducible at the time with NSDocumentDirectory since switching to NSCachesDirectory I haven't had any issues. I suppose the action here would be to fix using NSDocumentDirectory? Or...