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

The kSecUseNoAuthenticationUI is deprecated WARNING in AWSUICKeyChainStore.m #3225

Closed
1mash0 opened this issue Nov 13, 2020 · 1 comment
Closed
Labels
core Issues related to AWSCore pending-release Code has been merged but pending release

Comments

@1mash0
Copy link
Contributor

1mash0 commented Nov 13, 2020

Describe the bug
Adding and building AWSConprehend libs causes a kSecUseNoAuthenticationUI deprecated WARNING on line 541 of AWSUICKeyChainStore.m.

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

To Reproduce
Steps to reproduce the behavior:

  1. create on iOS project
  2. add AWSComprehend libs
  3. build

Expected Behavior
No Deprecated warning

Code Snippet
query[(__bridge __strong id)kSecUseNoAuthenticationUI] = (__bridge id)kCFBooleanTrue;

Environment(please complete the following information):

  • SDK Version: 2.19.0
  • Dependency Manager: Cocoapods
  • Swift Version : 5.0
  • Xcode Version: 12.1

Device Information (please complete the following information):

  • Device: n/a
  • iOS Version: n/a
  • Specific to simulators: n/a
@royjit
Copy link
Contributor

royjit commented Dec 23, 2020

The PR is merged in and released in 2.21.0 - https://github.com/aws-amplify/aws-sdk-ios/releases/tag/2.21.0 Closing this issue.

@royjit royjit closed this as completed Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues related to AWSCore pending-release Code has been merged but pending release
Projects
None yet
Development

No branches or pull requests

3 participants