Create .xcframework of mediasoup 1.5.3 to add it as dependecy to my framework

Well I think just copy pasting is causing some path related issues, lets try to do it in more elegant way which is by including mediasoup client in your framework which you were doing but you had to install it mediasoup again in your app to make it work. So I searched the issue you mentioned on google which is ‘create framework with pod dependencies’ and I found quite good things, although I don’t understand them fully as I am not IOS dev, below are few articles to look into that will help you solve it:

1 Like