React-Native错误:命令PhaseScriptExecution失败,退出代码非零

时间:2019-01-07 19:10:38

标签: ios xcode react-native cocoapods

我最近开始使用React-Native,并想尝试一个蓝牙连接库(https://github.com/innoveit/react-native-ble-manager

创建应用并在设备上运行的步骤:

  1. react-native初始化myBluetoothHandler

  2. cd myBluetoothHandler

  3. npm i-保存react-native-ble-manager

当我这样做时,我看到以下日志: enter image description here

  1. 本机链接react-native-ble-manager

哪个失败,并显示以下错误日志: enter image description here

请稍等一下,然后尝试再次运行第3步,并打印出来。之后,该链接命令也起作用了: enter image description here

但是我无法从设备上的Xcode运行该项目。我看到此错误:

enter image description here

当我尝试使用其他库时,我也发生了同样的事情:https://github.com/Polidea/react-native-ble-plx/issues/388

1 个答案:

答案 0 :(得分:0)

使用react-native init <project_name> --version 0.59.0。不要使用rc版本。