tradle / react-native-facetec-zoom

10 stars 13 forks source link

react-native-facetec-zoom [IOS Integration] #6

Closed h-ghandour closed 5 years ago

h-ghandour commented 5 years ago

Regarding the integration in IOS i am having some error :

Screen Shot 2019-05-24 at 10 46 51 AM

even tho i did like they stated :

iOS This library has been tested with version 7.0.15 of the SDK

First, download ZoomAuthenticationHybrid.framework from one of these sources:

Zoom SDK app.tradle.io Unzip the file, locate ZoomAuthenticationHybrid.framework and add it to your project (Copy items if needed should be checked)

Add a Copy File phase to your Xcode project and have ZoomAuthenticationHybrid.framework copied to Destination Frameworks

Screen Shot 2019-05-24 at 10 50 23 AM

any idea why the error is happening ?

mvayngrib commented 5 years ago

idk, but in my case i put the ZoomAuthenticationHybrid.framework right under iOS, and then added it to my project

h-ghandour commented 5 years ago

@mvayngrib
can you provide me with the reproduction steps of what you did exactly to make it to work ? Like i tried many things still no success here

mvayngrib commented 5 years ago

@hassang11 i updated the readme and linked an example app. I won't have much time to spend on this in the short term so hopefully that's enough to clear things up :)

mvayngrib commented 5 years ago

@hassang11 updated the readme and linked an example app. I won't have much time to spend on this in the short term so hopefully that's enough to clear things up :)

h-ghandour commented 5 years ago

@mvayngrib Just checked your example I download and copied ZoomAuthenticationHybrid.framework to ios/ and adjusted in app.js the token like you specified ,but when i tried to run the example app errors popped: Screen Shot 2019-05-29 at 8 37 07 AM xcode files : Screen Shot 2019-05-29 at 8 37 20 AM

ios directory files : Screen Shot 2019-05-29 at 8 37 46 AM

mvayngrib commented 5 years ago

did you run yarn to install dependencies?

h-ghandour commented 5 years ago

@mvayngrib yes I did still the same issue is the way how i am integrating the issue or something else ? Is there some sort of information that i can provide you with to help you debug this issue ?

mvayngrib commented 5 years ago

@hassang11 idk, i tried setting up the example from the README in a separate directory and it worked fine, even with the latest sdk (7.0.16)