我的react-native run-ios --device
在显示此行后卡住了。
模拟器没有卡住。
我试过
`rm -rf $TMPDIR/react-* && watchman watch-del-all && rm -rf ios/build/ModuleCache/* && rm -rf node_modules/ && npm cache clean && npm i`.
没有运气。
bundle: Done writing bundle output
bundle: Copying 84 asset files
bundle: Done copying assets
+ [[ ! -n false ]]
使用xcode构建时也一样。
Xcode说running 2 of 4 custom shell scripts
并报告导航器显示
bundle: Done writing bundle output
bundle: Copying 84 asset files
bundle: Done copying assets
+ [[ ! -n false ]]
有什么建议吗?
react-native:0.44.0