- Download patch.zip
- set it at the root of the project
- unzip the patch.zip
- add this line in
package.json
- yarn install
"scripts": {
version: 2 | |
aliases: | |
- &restore_npm_cache | |
name: 'Restoring node_modules from the cache' | |
key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }} | |
- &install_npm_dependencies | |
name: Installing NPM Dependencies | |
command: yarn install | |
- &save_npm_cache |
package.json
"scripts": {
alias xcodeclean="rm -frd ~/Library/Developer/Xcode/DerivedData/* && rm -frd ~/Library/Caches/com.apple.dt.Xcode/*" | | |