Himi最近在真机运行遇到 Command /bin/sh failed with exit code 1 的错误, 模拟器运行没有任何问题。此问题已解决,这里分享下解决方案。
先来看下错误日志,如下图:
主要是划线的部分:
1.PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images ……
2. Command /bin/sh failed with exit code 1
解决方法:
1. 选中项目 -> TARGETS->Build Phases-> “Bundle React Native code and images”
2.勾选 “Run script only when installing” ,如下图:
3.Clean 项目,重新运行即可。
本文转自 xiaominghimi 51CTO博客,原文链接:http://blog.51cto.com/xiaominghimi/1785442,如需转载请自行联系原作者