SanctionCo / pilot-ios

The Official Pilot iOS App
MIT License
1 stars 0 forks source link

TouchIDLockout Deprecated Warnings #62

Open RohanNagar opened 6 years ago

RohanNagar commented 6 years ago

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.