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

iOS build error #45

Open
kelifine opened this issue Jun 20, 2018 · 1 comment
Open

iOS build error #45

kelifine opened this issue Jun 20, 2018 · 1 comment

Comments

@kelifine
Copy link

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.

@lloydmurray
Copy link

are you using an updated version of Xcode? Latest is 9.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants