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
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.
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)
Xcode 14.3 (14E222b)
macOS Ventura 13.3.1 (a) (22E772610a)
KeychainAccess 4.2.2
The text was updated successfully, but these errors were encountered: