安装 react-native-webrtc 后应用程序未构建

App not building after installing react-native-webrtc

当我执行 运行-ios 时,我的 React 本机应用程序构建,但是在使用此命令安装 webrtc 之后:

npm install react-native-webrtc --save

我收到这个错误:

error failed to build ios project. we ran xcodebuild command but it exited with error code 65

我尝试了这个解决方案: 什么都没用

任何人都有 ide 如何解决这个问题?

如果 react-native > 0.60 则执行此操作

npm 安装 react-native-webrtc --save 打开 xcode 并执行与 doc

中的步骤 1 相同的操作

https://github.com/react-native-webrtc/react-native-webrtc/blob/master/Documentation/iOSInstallation.md

跳过步骤 2、3、4 直接转到第 5 步并添加权限。 并为我完成了它的工作。