*** -[NSKeyedUnarchiver validateAllowedClass:forKey:]: NSSecureCoding allowed classes list contains [NSObject class], which bypasses security by allowing any Objective-C class to be implicitly decoded. Consider reducing the scope of allowed classes during decoding by listing only the classes you expect to decode, or a more specific base class than NSObject. This will become an error in the future. Allowed class list: {(
"'NSObject' (0x216cb9e30) [/usr/lib]"
)}
When I was debugging, the console would output a large number of the above warning messages, affecting my normal log view.
I wonder if LUKeychainAccess is not adapted
macOS Monterey
Xcode: Version 13.3.1 (13E500a)
iOS: 15.4