webrtc-sdk / webrtc-build

webrtc build scripts
MIT License
23 stars 24 forks source link

How to install webrtc static libraries using pod? #22

Closed cgeffect closed 4 months ago

cgeffect commented 4 months ago

Installing webrtc using pod install is framework, how to install libwebrtc.a. I want to use the c++ interface.

platform :macos, '14.3' target 'Tesss' do use_frameworks! pod 'WebRTC-SDK', '~> 114.5735.09' end

image