error fixed

This commit is contained in:
Toki 2024-09-23 21:35:50 +09:00
parent 2e14362951
commit 877d05228e

View file

@ -57,7 +57,7 @@ class BuildiOS extends Command {
var shell = StringBuffer();
if (data.macPassword != null) {
shell.write(' && security unlock-keychain -p${data.macPassword}');
shell.write('security unlock-keychain -p${data.macPassword}');
}
shell.write(' && cd $xcodeProjectParentPath');
shell.write(' && export LANG=en_US.UTF-8');