iamqk / mediasoup-ios-client-sc

WebRTC Mediasoup iOS client optimize
ISC License
0 stars 2 forks source link

No such module 'mediasoup_client_ios' error in ios swift #2

Open milanpatoliya opened 2 years ago

milanpatoliya commented 2 years ago

I have installed pod "mediasoup_ios_client" but I gat No such module 'mediasoup_client_ios' error you have any idea

Screenshot 2022-06-30 at 1 34 22 PM
iamqk commented 2 years ago

Please read the README carefully.

Swift users will need to implement a Objective-C Bridging Header

Bridging header sample:

https://github.com/ethand91/mediasoup-ios-client-sample/blob/master/mediasoup-ios-cient-sample/mediasoup-ios-cient-sample-Bridging-Header.h

milanpatoliya commented 2 years ago

I have done that but I have not resolved

Screenshot 2022-07-05 at 10 51 59 AM

I want to use this framework inside my framework

iamqk commented 2 years ago

I have done that but I have not resolved Screenshot 2022-07-05 at 10 51 59 AM

I want to use this framework inside my framework

Did you set the project build settings about using bridging file?

截屏2022-07-07 15 58 46