You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following build errors when trying to build my app for iOS with this plugin:
/tmp/monaca/5b2aa820e788850e2420ea2a/project/platforms/ios/InsideOut Conversation Tracker/Plugins/cordova-plugin-keychain-touch-id/TouchID.m:38:24: error: unrecognized platform name iOS
if (@available(iOS 11.0, *)) {
^
/tmp/monaca/5b2aa820e788850e2420ea2a/project/platforms/ios/InsideOut Conversation Tracker/Plugins/cordova-plugin-keychain-touch-id/TouchID.m:39:32: error: property 'biometryType' not found on object of type 'LAContext *'
if (self.laContext.biometryType == LABiometryTypeFaceID) {
^
/tmp/monaca/5b2aa820e788850e2420ea2a/project/platforms/ios/InsideOut Conversation Tracker/Plugins/cordova-plugin-keychain-touch-id/TouchID.m:39:48: error: use of undeclared identifier 'LABiometryTypeFaceID'
if (self.laContext.biometryType == LABiometryTypeFaceID) {
^
3 errors generated.
The text was updated successfully, but these errors were encountered:
I am getting the following build errors when trying to build my app for iOS with this plugin:
/tmp/monaca/5b2aa820e788850e2420ea2a/project/platforms/ios/InsideOut Conversation Tracker/Plugins/cordova-plugin-keychain-touch-id/TouchID.m:38:24: error: unrecognized platform name iOS
if (@available(iOS 11.0, *)) {
^
/tmp/monaca/5b2aa820e788850e2420ea2a/project/platforms/ios/InsideOut Conversation Tracker/Plugins/cordova-plugin-keychain-touch-id/TouchID.m:39:32: error: property 'biometryType' not found on object of type 'LAContext *'
if (self.laContext.biometryType == LABiometryTypeFaceID) {
^
/tmp/monaca/5b2aa820e788850e2420ea2a/project/platforms/ios/InsideOut Conversation Tracker/Plugins/cordova-plugin-keychain-touch-id/TouchID.m:39:48: error: use of undeclared identifier 'LABiometryTypeFaceID'
if (self.laContext.biometryType == LABiometryTypeFaceID) {
^
3 errors generated.
The text was updated successfully, but these errors were encountered: