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.
In our project, we have frameworks stored in
ios/Frameworks
folder, but if I putZoomAuthenticationHybrid.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.