SwiftKeychainWrapper icon indicating copy to clipboard operation
SwiftKeychainWrapper copied to clipboard

SecItemCopyMatching Crash

Open bony06aug opened this issue 4 years ago • 1 comments

just adding a line of code in my project it start crashing at SecItemCopyMatching line written in function data(for key) Having this line in console after crash note: This error message is displayed only once. If the error displayed above is due to conflicting search paths to Clang modules in different images of the debugged executable, this can slow down debugging of Swift code significantly, since a fresh Swift context has to be created every time a conflict is encountered. Screenshot 2021-04-16 at 12 48 54 PM

bony06aug avatar Apr 16 '21 07:04 bony06aug

Hi @bony06aug you could have solved the issue but I also had this issue. In my case my this function was called in recursive around thousand times. I fixed by just calling once.

bekzodrakhmatof avatar Feb 04 '22 13:02 bekzodrakhmatof