gn gen out/ios --args="target_os=\"ios\" target_cpu=\"arm64\" is_debug=false rtc_include_tests=false rtc_use_h264=false is_component_build=false"
ninja -C out/ios
Result:
[4092/4092] AR obj/libwebrtc.a
In this directory: ../webrtc_ios/src/out/ios
AppRTCMobile.app
WebRTC.framework
But what i dont know how to do is run this AppRTCMobile.app nor WebRTC.framework tried opening both in xcode. Neither worked.