ethand91 / mediasoup-ios-client

Mediasoup 3 iOS Client
ISC License
130 stars 64 forks source link

Mediasoup iOS client contains 2 times WebRTC framework #99

Closed Bengua27 closed 3 years ago

Bengua27 commented 3 years ago

Hello @ethand91

I tried to submit an app using mediasoup to Apple. The binary has been rejected during the validation/processing (not the review).

Using pod, mediasoup contains 2 times WebRTC framework. One of them is nested in mediasoup itself.

Great job @ethand91 Thanks,

Bengua27 commented 3 years ago

Hello, Removing manually the WebRTC.framework inside mediasoup framework from pod fixes the issue (delete the folder called "Frameworks", not only the framework itself ;-))