我的react原生应用程序在我运行-ios时构建,但在使用以下命令安装webrtc之后:
npm install react-native-webrtc --save我得到了这个错误:
error failed to build ios project. we ran xcodebuild command but it exited with error code 65我在这个解决方案上尝试了所有方法:error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65 nothing nothing worked
有谁知道怎么解决这个问题吗?
发布于 2020-05-16 18:43:36
如果react-native > 0.60,则执行以下操作
npm install react-native-webrtc --保存打开的xcode并执行与文档中的步骤1相同的操作
跳过步骤2、3、4直接转到步骤5并添加许可。并为我完成了它的工作。
https://stackoverflow.com/questions/61789944
复制相似问题