error fixed
This commit is contained in:
parent
2e14362951
commit
877d05228e
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue