tradle / react-native-facetec-zoom

10 stars 13 forks source link

Update Xcode framework search paths #10

Closed jakubkoci closed 5 years ago

jakubkoci commented 5 years ago

In our project, we have frameworks stored in ios/Frameworks folder, but if I put ZoomAuthenticationHybrid.framework file into it, Xcode project doesn't compile, because it doesn't find it. I understand that documentation says "locate ZoomAuthenticationHybrid.framework, copy it to your ios/ directory...", but I think it would be convenient to have an option to put it also into Frameworks.

A better solution would be to have it optionally set by the user's project settings, but I didn't find how to do that.

mvayngrib commented 5 years ago

lgtm, thanks!