启动ios 编译器出错
来源:
oog
2016-10-28
如题,我在跑react-native run-ios这个命令的时候,手机模拟器能打开,
但是跳出来的那个编译器爆出了如下的错误,为什么我node会找不到呢》?我都是按老师的说法安装的啊
~/Desktop/react/zhenyuApp/node_modules/react-native/packager ~
./packager.sh: line 11: node: command not found
~
Process terminated. Press <enter> to close the window
react-native run-ios 之后显示的是build 成功
/bin/sh -c /Users/johnson.ski/Desktop/react/zhenyuaApp/ios/build/Build/Intermediates/zhenyuaApp.build/Debug-iphonesimulator/zhenyuaApp.build/Script-00DD1BFF1BD5951E006B06BC.sh
Skipping bundling for Simulator platform
=== BUILD TARGET zhenyuaAppTests OF PROJECT zhenyuaApp WITH CONFIGURATION Debug ===
Check dependencies
** BUILD SUCCEEDED **
Installing build/Build/Products/Debug-iphonesimulator/zhenyuaApp.app
Launching org.reactjs.native.example.zhenyuaApp
org.reactjs.native.example.zhenyuaApp: 92019
packager.sh 的里面的代码如下,看不是很懂
10 THIS_DIR=$(dirname "$0")
11 node "$THIS_DIR/../local-cli/cli.js" start "$@"
最后说下版本配置
node 4.2.3
react-native 0.1.10
2回答
-
Scott
2016-10-28
把终端模拟器什么都退出,然后用 xcode 打开这个项目,用 xcode 来编译和 command+r 跑一下模拟器看看能不能成功
00 -
oog
提问者
2016-10-28
我不行了。。。。。这个问题没看懂来自哪里,google也搜不出来
00
相似问题