Im having trouble enabling bitcode for webrtc framework ios and running out of ideas.
I followed the instructions from their website but im getting error running python build_ios_libs.py --bitcode
This is one part of error
../../stats/rtc_stats.cc:30:17: error: loop variable 'element' is always a copy because the range of type 'const std::vector<bool>' does not return a reference [-Werror,-Wrange-loop-analysis] for (const T& element : vector)
If anyone made bitcode enable work for webrtc ios, kindly help me thanks