解决办法
首先,清除当前项目中所加载关联的依赖包并清除 yarn 的缓存:
rm -rf node_modules && yarn cache clean
重新下载依赖包:
yarn install
清理RN的缓存:
rm -rf ~/.recache
重新运行:
yarn ios
rm -rf node_modules && yarn cache clean
yarn install
rm -rf ~/.recache
yarn ios
本文标题:error Failed to build iOS projec
本文链接:https://www.haomeiwen.com/subject/teyealtx.html
网友评论