Open anthony-fabrizi opened 5 years ago
sounds like the module isn't linked. React native >= 0.60 requires you to run pod install
after installing a new dependency, can u try that and re-run from xcode?
After I run pod install
, I got another error:
Detected React Native module pod for react-native-facetec-zoom Analyzing dependencies [!] The
react-native-facetec-zoom
pod failed to validate due to 2 errors:
- ERROR | attributes: Missing required attribute
authors
.- ERROR | attributes: Missing required attribute
homepage
.- WARN | source: Git sources should specify a tag.
@anthony-fabrizi thanks for checking that, i guess the podspec needs an update: https://github.com/tradle/react-native-facetec-zoom/blob/master/ios/react-native-facetec-zoom.podspec (want to send a PR?)
After I updated the react-native-facetec-zoom.podspec on my local machine, I got an another error:
Analyzing dependencies [!] Unable to find a specification for
RNReactNativeZoomSdk
depended upon byreact-native-facetec-zoom/Core
You have either:
pod repo update
or with pod install --repo-update
.I don't see Core
anywhere.
@anthony-fabrizi ic, interesting. I've only used this library with react native up to 0.59.x so far. I probably won't have time to look into this in the short term, but if you figure out the issue, a PR would be great!
I solved the .podspec issue for React-Native >= 0.60. Now I got a different error
Undefined symbol: _OBJCCLASS$_ZoomAuth
@anthony-fabrizi are you sure you followed the steps with adding the ZoomAuthenticationHybrid.framework
?
I reinstalled and copied ZoomAuthenticationHybrid.framework
, same error.
@anthony-fabrizi is this issue solved, what did you added in the podFile?
Any update on this issue? I am facing the same error at the moment null is not an object (evaluating '_native.preload')
I have followed the steps and use the ZoomSDK provided by the tradle.io link in the README
I created a new react native app and followed the instructions of installing react-native-facetec-zoom;
When I only added this line import Zoom from 'react-native-facetec-zoom'; in App.js
I got an error in iOS Simulator
"dependencies": { "react": "16.8.6", "react-native": "0.60.5", "react-native-facetec-zoom": "tradle/react-native-facetec-zoom" }
I'm using version 7.0.15 of the SDK