What App Center service does this affect?
AppCenter iOS
Describe the bug
In my iOS build, my post-clone.sh script contains a simctl command: /usr/bin/xcrun simctl list.
When this command is invoked in my AppCenter build, it hangs until I cancel it. The command itself gives no output.
To Reproduce
Steps to reproduce the behavior:
appcenter-post-clone.sh file in your repository and put the following contents in it:#!/usr/bin/env bash
/usr/bin/xcrun simctl list
package.json10.2.18.xoffonRun unit tests: off
After 20 minutes, cancel the test
See the Build Output:
+ /usr/bin/xcrun simctl list
Running iOS build
Diagnose simctl
Install Started
##[error]The operation was canceled.
Expected behavior
I would either expect simctl to work or to give an error if something went wrong.
Desktop (please complete the following information):
@thabemmz This might be related to a bug we introduced two days ago, and fixed an hour ago. Do you mind giving it another try?
Just did and the issue is fixed! Thanks for your quick reply @DennisPan !
Sorry about the trouble. Good to know it's working now!