You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Hi there I tried to build flutter with app center the android build done well but the ios build still throw error when strat the post clone script as the below
Task : Shell Script
Description : Run a shell script using bash
Version : 2.1.3
Author : Microsoft Corporation
Help : More Information
[command]/bin/bash /Users/runner/runners/2.164.6/work/1/s/ios/appcenter-post-clone.sh
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
/Users/runner/runners/2.164.6/work/1/s/ios/appcenter-post-clone.sh: line 3: cd: ..
: No such file or directory
fatal: destination path 'flutter' already exists and is not an empty directory.
/Users/runner/runners/2.164.6/work/1/s/ios/appcenter-post-clone.sh: line 6: flutter: command not found
/Users/runner/runners/2.164.6/work/1/s/ios/appcenter-post-clone.sh: line 7: flutter: command not found
Installed flutter to /Users/runner/runners/2.164.6/work/1/s/ios/flutter
/Users/runner/runners/2.164.6/work/1/s/ios/appcenter-post-clone.sh: line 9: flutter: command not found
##[error]/bin/bash failed with return code: 127
##[error]Bash failed with error: /bin/bash failed with return code: 127
##[section]Finishing: Post Clone Script
##[section]Starting: Xcode build (not signed)
Hi there I tried to build flutter with app center the android build done well but the ios build still throw error when strat the post clone script as the below
Task : Shell Script
Description : Run a shell script using bash
Version : 2.1.3
Author : Microsoft Corporation
Help : More Information
[command]/bin/bash /Users/runner/runners/2.164.6/work/1/s/ios/appcenter-post-clone.sh
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:931) Warning: Use Cipheriv for counter mode of aes-256-ctr
/Users/runner/runners/2.164.6/work/1/s/ios/appcenter-post-clone.sh: line 3: cd: ..
: No such file or directory
fatal: destination path 'flutter' already exists and is not an empty directory.
/Users/runner/runners/2.164.6/work/1/s/ios/appcenter-post-clone.sh: line 6: flutter: command not found
/Users/runner/runners/2.164.6/work/1/s/ios/appcenter-post-clone.sh: line 7: flutter: command not found
Installed flutter to /Users/runner/runners/2.164.6/work/1/s/ios/flutter
/Users/runner/runners/2.164.6/work/1/s/ios/appcenter-post-clone.sh: line 9: flutter: command not found
##[error]/bin/bash failed with return code: 127
##[error]Bash failed with error: /bin/bash failed with return code: 127
##[section]Finishing: Post Clone Script
##[section]Starting: Xcode build (not signed)
please help me
thanks alot