webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

How to build WebRTC-SDK xcframework

Open pannawatth opened this issue 2 years ago • 2 comments

I am looking for a way to build WebRTC-SDK xcframework (for ios) from my forked webrtc git after editing some code. I tried to follow the process from the git below. https://github.com/alexpiezo/WebRTC

But it appear that the generated framework file doesn't contain some header files present in the original code. Does anyone know what I might have done wrong?

thank you

pannawatth avatar Sep 15 '22 10:09 pannawatth

same issue

nikohpng avatar Sep 29 '22 09:09 nikohpng

I find build script webrtc-build

nikohpng avatar Sep 29 '22 09:09 nikohpng

can you susscess build the xframework?

the generated framework file doesn't contain some header files [RTCAudioDeviceModule.h、RTCYUVHelper.h xxxxxxxx]

I find build script webrtc-build

JiaoLiu avatar Nov 16 '23 01:11 JiaoLiu

I have successed, you have see this

nikohpng avatar Nov 16 '23 06:11 nikohpng

@hiroshihorie @davidzhao @nikohpng The webrtc_build script generated macOS framework is not functioning, but the iOS framework is working fine.

latest branch (https://github.com/webrtc-sdk/webrtc) generated macOS framework displays the following error: 5601700206806_ pic

JiaoLiu avatar Nov 22 '23 01:11 JiaoLiu