Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

SecItemCopyMatching Crash #168

Open
bony06aug opened this issue Apr 16, 2021 · 1 comment
Open

SecItemCopyMatching Crash #168

bony06aug opened this issue Apr 16, 2021 · 1 comment

Comments

@bony06aug
Copy link

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

@bekzodrakhmatof
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants