pod clean 수정

This commit is contained in:
leedongmyung 2025-05-19 15:21:41 +09:00
parent f77d23a76a
commit 3135b4b4ed

View file

@ -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) {