rushisangani / BiometricAuthentication

Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication.
MIT License
831 stars 110 forks source link

Cannot import BiometricAuthentication #27

Closed sariminapp closed 5 years ago

sariminapp commented 5 years ago

I use latest version of BiometricAuthentication (2.2), after pod install. When I try to import BiometricAuthentication, it cannot show snippet. When I add manually import BiometricAuthentication, it has crash on modulemap and some private func.

Please repair this. I use Xcode 10.1 and swift 4.2

rushisangani commented 5 years ago

@sariminapp I just created a new project and install the pod BiometricAuthentication (2.2) I am able to import the pod and use it properly.

Could you please share what issues you are facing or try updating cocoa pods and then reinstall.

sariminapp commented 5 years ago

@rushisangani I try with latest 2.2.1. Now the problem disappear. Thanks. You can closed this issue.