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
Hi @jesus-mg-ios, the crash looks to be due to a NSSecureCoding violation:
4
Foundation
-[NSCoder validateClassSupportsSecureCoding:] + 52
Another similar issue was reported in #14190. This can happen from downgrading from 11.x to 10.x. Was this downgrade done? Is this affecting a local test device or users of a published app?
Description
Crashed: com.gul.KeychainStorage.Keychain
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000020
libobjc.A.dylib
list_array_tt<unsigned long, protocol_list_t, RawPtr>::iteratorImpl::iteratorImpl(list_array_tt<unsigned long, protocol_list_t, RawPtr>::ListIterator, list_array_tt<unsigned long, protocol_list_t, RawPtr>::ListIterator) + 336
libobjc.A.dylib
list_array_tt<unsigned long, protocol_list_t, RawPtr>::begin() const + 296
libobjc.A.dylib
class_conformsToProtocol + 296
libobjc.A.dylib
+[NSObject conformsToProtocol:] + 48
Foundation
-[NSCoder validateClassSupportsSecureCoding:] + 52
Foundation
_decodeObjectBinary + 1548
Foundation
_decodeObject + 256
Foundation
-[NSKeyedUnarchiver decodeObjectForKey:] + 216
Foundation
-[NSKeyedUnarchiver decodeObjectOfClasses:forKey:] + 376
Foundation
-[NSCoder __tryDecodeObjectForKey:error:decodeBlock:] + 96
Foundation
-[NSCoder decodeTopLevelObjectOfClasses:forKey:error:] + 124
Foundation
+[NSKeyedUnarchiver unarchivedObjectOfClasses:fromData:error:] + 100
APP
GULSecureCoding.m - Line 59
+[GULSecureCoding unarchivedObjectOfClass:fromData:error:] + 59
APP
GULKeychainStorage.m - Line 145
__74-[GULKeychainStorage getObjectFromKeychainForKey:objectClass:accessGroup:]_block_invoke + 145
APP
FBLPromise+Do.m - Line 33
__38+[FBLPromise(DoAdditions) onQueue:do:]_block_invoke + 33
libdispatch.dylib
_dispatch_call_block_and_release + 32
libdispatch.dylib
_dispatch_client_callout + 20
libdispatch.dylib
_dispatch_lane_serial_drain + 956
libdispatch.dylib
_dispatch_lane_invoke + 380
libdispatch.dylib
_dispatch_root_queue_drain_deferred_wlh + 288
libdispatch.dylib
_dispatch_workloop_worker_thread + 404
libsystem_pthread.dylib
_pthread_wqthread + 288
libsystem_pthread.dylib
start_wqthread + 8
Reproducing the issue
No response
Firebase SDK Version
10.25.0
Xcode Version
16.1
Installation Method
Swift Package Manager
Firebase Product(s)
All
Targeted Platforms
iOS, macOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: