pod clean 수정
This commit is contained in:
parent
f77d23a76a
commit
3135b4b4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class BuildiOS extends Command {
|
|||
}
|
||||
shell.write(' && cd $xcodeProjectParentPath');
|
||||
shell.write(' && export LANG=en_US.UTF-8');
|
||||
if (podFile.existsSync()) {
|
||||
if (podFile.existsSync() && cleanPod) {
|
||||
shell.write(' && rm -rf Pods');
|
||||
shell.write(' && rm -rf Podfile.lock');
|
||||
if (cleanPod) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue