evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.82k stars 345 forks source link

Delete Value From Crash Causing Crash #114

Open vtniteshgunani opened 5 years ago

vtniteshgunani commented 5 years ago

Please consider submitting the following information (if relevant):

Here, I am facing while deleting the value from the keychain. This crash is observed once only till now.

NSOperationQueue 0x102835d40 (QOS: UNSPECIFIED) 0 libsystem_kernel.dylib 0x1a04875f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x1a0486a60 mach_msg + 72 2 libdispatch.dylib 0x1a03397f8 + 564 3 libdispatch.dylib 0x1a0339bc0 + 52 4 libxpc.dylib 0x1a027d544 xpc_connection_send_message_with_reply_sync + 236 5 Security 0x1a14d62f4 securityd_message_with_reply_sync + 96 6 Security 0x1a14d6d08 securityd_send_sync_and_do + 80 7 Security 0x1a154ed40 + 248 8 Security 0x1a154e49c + 312 9 Security 0x1a154cdbc + 124 10 Security 0x1a154d750 + 504 11 Security 0x1a154b3d8 SecOSStatusWith + 48 12 Security 0x1a154dd78 SecItemDelete + 468 13 KeychainSwift 0x101652a28 $s13KeychainSwiftAAC12deleteNoLockySbSSF + 704 14 KeychainSwift 0x101652740 $s13KeychainSwiftAAC6deleteySbSSF + 52

Is there any solution available for this crash or anyone else is facing crash like this.