mr-grey
mr-grey
also found some crash report from users then try to read : @Persisted var phoneNumber  
same crash at 1 second Operating system Version:16.0.0 pod 'RealmSwift', '~>10.28.2' ``` Crashed: com.apple.root.default-qos 0 libsystem_kernel.dylib 0x7200 __pthread_kill + 8 1 libsystem_pthread.dylib 0x71ac pthread_kill + 268 2 libsystem_c.dylib 0x20ca0 abort...
found the same crash in Our project: Fatal Exception: RLMException No object with key '454' in 'class_RealmUser' where... class RealmUser: Object { @Persisted(primaryKey: true) var uuid = "" .. }...
Hi, i faced same issue sentry pod , v 8.2.0 crash: __50-[SentryDispatchQueueWrapper dispatchAfter:block:]_block_invoke + 56
pod 'Sentry', '~> 8.2.0' It happens some time, i think it can be caused included some libs used by our App. for example last crash log:
@kahest will try to update
pod 'Sentry', '~> 8.26.0' Have another crash 
using 8.26.0, crash not observed for same repro steps .