Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purple Error in Xcode 14.3 (14E222b) #565

Open
owenzhao opened this issue May 5, 2023 · 1 comment
Open

Purple Error in Xcode 14.3 (14E222b) #565

owenzhao opened this issue May 5, 2023 · 1 comment

Comments

@owenzhao
Copy link

owenzhao commented May 5, 2023

SourcePackages/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:739 This method should not be called on the main thread as it may lead to UI unresponsiveness.

截屏2023-05-06 07 32 50

Xcode 14.3 (14E222b)
macOS Ventura 13.3.1 (a) (22E772610a)
KeychainAccess 4.2.2

@alexruden
Copy link

alexruden commented May 17, 2023

The same. But for deletion. I call set item = nil
public func remove(_ key: String, ignoringAttributeSynchronizable: Bool = true) throws {
throws this error. Yes, I do it right in ibAction method, but question - we should to don't do it?
Also (maybe it connected with it - when I try to save empty string - it doesn't work. Old value still)

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

No branches or pull requests

2 participants