touchIDLockout deprecated in iOS 11.0
问题 When compiling my Application with Xcode 9 for IOS11 I get the following warnings: 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 using touchID but I'm not using touchIdLockout...cste and the touchID is working correctly. How can I remove these warnings? Edit (not by the