【发布时间】:2017-05-29 10:31:27
【问题描述】:
我已经下载了 webrtc ios。我已经为 arm64 构建了它。我是按照这种方式构建的。gn gen out/ios_64 --args='target_os="ios" target_cpu="arm64"'ninja -C out/ios_64 AppRTCMobile
但是我没有办法为通用设备构建它。非常感谢您的建议。谢谢。
【问题讨论】:
我已经下载了 webrtc ios。我已经为 arm64 构建了它。我是按照这种方式构建的。gn gen out/ios_64 --args='target_os="ios" target_cpu="arm64"'ninja -C out/ios_64 AppRTCMobile
但是我没有办法为通用设备构建它。非常感谢您的建议。谢谢。
【问题讨论】:
【讨论】:
我已点击此链接:
https://medium.com/@atsakiridis/building-a-fat-webrtc-framework-on-ios-8610fffb2224
我在运行gn gen 命令时遇到了一些错误。我通过在 src 文件夹下的 BUILD.gn 中注释掉“//webrtc/examples”行来修复它。
【讨论】: