tkmn0 / SimpleWebRTCExample_iOS

Simple example for WebRTC on iOS written in swift5
MIT License
178 stars 49 forks source link

Won't allow me to add WebRTC.framework #12

Closed MasamMahmood closed 4 years ago

MasamMahmood commented 4 years ago

I have no idea but I am following your way but it wont allow me to add WebRTC.framwork. Obviously its the simple thing but no success.

using swift 5 & Xcode 11.3 (recently updated to) Mac OS Catalina

tkmn0 commented 4 years ago

Hi, thank you for your question.

I will check my way ( how to add ) with your situation.

MasamMahmood commented 4 years ago

Hi sure and thank you.

MasamMahmood commented 4 years ago

@tkmn0 Any update regarding the issue ?

tkmn0 commented 4 years ago

Hi, Sorry for replying so late.

I tried clone this repository, install frameworks with pod and drag and drop WebRTC.framework to my project follow my way. Then, Xcode said no such module WebRTC.

In my case, I deleted WebRTC.framework from my project once, then, I paste WebRTC.framework to SimpleWebRTCExample_iOS folder firstly, finally, I drag & drop that WebRTC.framework into Xcode Project.

スクリーンショット 2019-12-16 23 32 07

Feel free to ask me any questions with more detail information :)

MasamMahmood commented 4 years ago

@tkmn0 Thank you. Now I am able to include framework into my project. Embedded & Sign Issue removed no such module WebRTC. Let me explore more and get back to you. Many thanks