React-native iOS构建失败

时间:2019-01-11 10:45:31

标签: ios iphone react-native bundle-identifier

本机iOS构建因以下错误而失败。

func

enter image description here

我尝试过很少的解决方案,但是没有运气。

编辑:其他信息 enter image description here

我已将react native端口更改为8088,并在项目中对其进行了修改。

1 个答案:

答案 0 :(得分:2)

我如何解决此问题?

让进程在端口8081中运行

sudo lsof -i :8081

enter image description here

并杀死了它。

sudo kill -9 336

* 336是PID(进程ID)