'kSecUseNoAuthenticationUI' is deprecated: first deprecated in iOS 9.0 - Use kSecUseAuthenticationUI instead.

This is a very old warning found in some old versions of some old libraries.
I just copy the link of of what it should a fix should look like: AWSUICKeyChainStore fix
- query[(__bridge __strong id)kSecUseNoAuthenticationUI] = (__bridge id)kCFBooleanTrue;
+ query[(__bridge __strong id)kSecUseAuthenticationUI] = (__bridge id)kSecUseAuthenticationUIFail;

0 comments :

This work is licensed under BSD Zero Clause License | nacho4d ®