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
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were 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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: