我的
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 ]]
有什么建议吗?
反应原生:0.44.0
供将来参考:尝试清除 Metro 缓存
npm start -- --reset-cache