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

TouchIDLockout Deprecated Warnings #62

Open
RohanNagar opened this issue Jan 19, 2018 · 0 comments
Open

TouchIDLockout Deprecated Warnings #62

RohanNagar opened this issue Jan 19, 2018 · 0 comments
Labels
P3 Low priority. No set deadline to address. Status: Blocked Cannot be resolved because it is blocked by a dependency or limitation. Type: Code Quality Relates to code quality such as comments, style, and best practices.

Comments

@RohanNagar
Copy link
Member

RohanNagar commented Jan 19, 2018

Due to a Swift compiler bug, the following warnings will not go away in Xcode:

warning: 'touchIDLockout' was deprecated in iOS 11.0: use LAErrorBiometryLockout

warning: 'touchIDNotEnrolled' was deprecated in iOS 11.0: use LAErrorBiometryNotEnrolled

warning: 'touchIDNotAvailable' was deprecated in iOS 11.0: use LAErrorBiometryNotAvailable

I'm marking this as a known blocked issue so that this is documented. When this is eventually fixed in the compiler, the warnings should go away automatically and we can resolve this issue.

See https://stackoverflow.com/a/47802525 for more information.

@RohanNagar RohanNagar added the Status: Blocked Cannot be resolved because it is blocked by a dependency or limitation. label Jan 19, 2018
@RohanNagar RohanNagar added Type: Code Quality Relates to code quality such as comments, style, and best practices. P3 Low priority. No set deadline to address. labels Mar 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Low priority. No set deadline to address. Status: Blocked Cannot be resolved because it is blocked by a dependency or limitation. Type: Code Quality Relates to code quality such as comments, style, and best practices.
Projects
None yet
Development

No branches or pull requests

1 participant