1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
alias ioscleanall="rm -R /Users/[사용자 이름]/Library/Developer/Xcode/DerivedData;
rm -R ./livepickstar.xsworkspace;
rm ./Podfile.lock;
pod deintegrate;
pod cache clean --all;
pod install;
"
alias iosclean="pod deintegrate;
pod cache clean --all;
pod install
"
alias iosm1="pod deintegrate;
pod cache clean --all;
sudo arch -x86_64 gem install ffi;
pod install;
"
Post
CancelReactnative: alias
This post is licensed under CC BY 4.0 by the author.