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.
Due to a Swift compiler bug, the following warnings will not go away in Xcode:
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.