iOS WebRTC - 如何构建包含适用于 iOS 的 armv7、arm64 切片的框架

时间:2021-02-04 02:50:35

标签: ios webrtc

我正在开发 WebRTC,而不是通过使用 CocoaPods(预先构建以支持 armv7 和 arm64)来包含 WebRTC 框架,我需要自定义以向其添加功能。

但是当我尝试为 iOS 构建 WebRTC 时,构建脚本就像每个目标 cpu(armv7、arm64...)的每个输出框架一样工作。

那么,谁能告诉我如何为 armv7 和 arm64 构建一个包含 2 个切片的框架???

非常感谢!

P/s:CocoaPods 对 GoogleWebRTC 的描述告诉我们,我的目标是一体化二进制文件。 https://cocoapods.org/pods/GoogleWebRTC

WebRTC SDK for iOS
This pod contains the WebRTC iOS SDK in binary form. It is a dynamic library
that contains the armv7, arm64 and x86_64 slices.
Bitcode is not supported.
Our currently provided API’s are Objective C only.

0 个答案:

没有答案