Hi,
We are trying to build the webRTC m105 ourselves and while building for iOS we are seeing the following error when we set this flag `rtc_include_tests=true`
Running: gn gen /Users/distiller/project/build/ios-arm64/release --args='rtc_include_tests=true symbol_level=0 use_rtti=true treat_warnings_as_errors=false rtc_enable_protobuf=false toolkit_views=false rtc_include_ilbc=false build_with_mozilla=false gtest_enable_absl_printers=false enable_libaom=false use_custom_libcxx=false is_debug=false is_official_build=true target_os="ios" use_xcode_clang=true rtc_build_libevent=true ios_deployment_target="9.0" ios_enable_code_signing=false target_cpu="arm64" target_environment="simulator" cflags=["-mios-simulator-version-min=9.0"] ios_enable_code_signing=false'
ERROR at //webrtc.gni:504:32: Assignment had no effect.
xctest_module_target = "//test:google_test_runner_objc"
^-------------------------------
You set the variable "xctest_module_target" here and it was unused before it went
out of scope.
See //testing/test.gni:706:5: whence it was called.
target(ios_test_target_type, _test_target) {
^-------------------------------------------
See //webrtc.gni:463:3: whence it was called.
test(target_name) {
^------------------
See //BUILD.gn:564:3: whence it was called.
rtc_test("rtc_unittests") {
Any help regarding this is highly appreciated.
Thanks,
Dipankar.