In RealmSwiftAdapter.swift on line 845 the object is unwrapped with !, witch cause my app to crash whenever it's started. The only workaround is to delete and reinstall the app. The app is not live yet, so I don't know if this error will occur in normal use, but it would be nice to have a better handling of errors like this.
Complete error message:
Fatal error: Unexpectedly found nil while unwrapping an Optional value: file SyncKit_RealmSwift/RealmSwiftAdapter.swift, line 845
2021-06-07 10:59:26.337698+0200 Timeline Pro[1794:1128007] Fatal error: Unexpectedly found nil while unwrapping an Optional value: file SyncKit_RealmSwift/RealmSwiftAdapter.swift, line 845
In RealmSwiftAdapter.swift on line 845 the object is unwrapped with !, witch cause my app to crash whenever it's started. The only workaround is to delete and reinstall the app. The app is not live yet, so I don't know if this error will occur in normal use, but it would be nice to have a better handling of errors like this.
Complete error message: Fatal error: Unexpectedly found nil while unwrapping an Optional value: file SyncKit_RealmSwift/RealmSwiftAdapter.swift, line 845 2021-06-07 10:59:26.337698+0200 Timeline Pro[1794:1128007] Fatal error: Unexpectedly found nil while unwrapping an Optional value: file SyncKit_RealmSwift/RealmSwiftAdapter.swift, line 845