使用xcode项目清理deriveddata
cd ios xcodebuild clean
清理ios构建文件夹
rm -rf ios/build
清洁ios pods
rm -rf ios/Pods
清理android工作室
cd android ./gradlew clean
清理android构建文件夹
rm -rf android/build rm -rf android/app/build
清理gradle缓存
rm -rf android/.gradle
清洁节点模块
rm -rf node_modules
清洁守望者缓存
watchman watch-del-all
清理npm缓存
npm cache clean
您现在可以归档所有内容!
安装回package.json的npm模块
npm install
安装回iOS Pods
cd ios/ pod install