OpenTelecom / WKWebViewRTC

MIT License
94 stars 30 forks source link

Carthage Build Support #5

Closed Gorg5 closed 3 years ago

Gorg5 commented 4 years ago

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

noahmehl commented 3 years ago

@Gorg5 this looks like it's something you do in the project consuming the Cocoa Pod:

https://www.amerhukic.com/how-to-add-carthage-support-in-existing-cocoapod-project