naoufal / react-native-touch-id

React Native authentication with the native Touch ID popup.
https://www.npmjs.com/package/react-native-touch-id
1.47k stars 477 forks source link

question: It this pkg compatible with RN 0.60.x? #249

Closed leonardoanalista closed 4 years ago

leonardoanalista commented 4 years ago

Question: It this pkg compatible with RN 0.60.x?

I ma getting this error: ❌ clang: error: no such file or directory: '/Users/vagrant/Library/Developer/Xcode/DerivedData/[REDACTED]-amqyxfvxotkathehguapaggayebn/Build/Intermediates.noindex/ArchiveIntermediates/Test/BuildProductsPath/Test-iphoneos/libTouchID.a' I am still working to figure out. I'll post here if I fix it.

stockrel commented 4 years ago

+1

MaximeConan commented 4 years ago

It works for me (RN 0.60.5 and RN Touch Id 4.4.1).

You should try to delete the import of libTouchId.a in your XCode :

After it, add this line pod 'TouchID', :path => '../node_modules/react-native-touch-id' to your Podfile, then cd ios && pod install

This is beacause of now the libraries are linked automatically since 0.60.x

It should do the job !

leonardoanalista commented 4 years ago

awesome thank you. I'll close this issue. 👍