Hi there,
Thanks for the good framework. I've tested your framework and it's working great for sound, so we decided to add it to our product. The only problem is we build our app with Carthage and not Pod. I tried to add your framework to our Cartfile with the following line:
github "OpenTelecom/WKWebViewRTC"
But it doesn't build and give me the following error:
Dependency "WKWebViewRTC" has no shared framework schemes
I looked around and it seems like this is a simple bug that can be easily fixed by sharing the framework schemes in project settings. I was wondering if you can add that to your configurations so we can add the framework to our standard build script using Carthage.
Hi there, Thanks for the good framework. I've tested your framework and it's working great for sound, so we decided to add it to our product. The only problem is we build our app with Carthage and not Pod. I tried to add your framework to our Cartfile with the following line:
github "OpenTelecom/WKWebViewRTC"
But it doesn't build and give me the following error: Dependency "WKWebViewRTC" has no shared framework schemes
I looked around and it seems like this is a simple bug that can be easily fixed by sharing the framework schemes in project settings. I was wondering if you can add that to your configurations so we can add the framework to our standard build script using Carthage.
Thanks