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.
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.
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.