Appcenter: simctl command is hanging

Created on 26 Jun 2019  路  3Comments  路  Source: microsoft/appcenter

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:

  1. Create a appcenter-post-clone.sh file in your repository and put the following contents in it:
#!/usr/bin/env bash
/usr/bin/xcrun simctl list
  1. In AppCenter, create a build configuration that looks as follows:
  2. Project: package.json
  3. Xcode version: 10.2.1
  4. Node.js version: 8.x
  5. Use legacy build system: off
  6. Automatically increment build number: on
  7. Run unit tests: off

  8. After 20 minutes, cancel the test

  9. 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):

  • OS: iOS
  • Browser Chrome
bug build

All 3 comments

@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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

comply365dev picture comply365dev  路  4Comments

botatoes picture botatoes  路  4Comments

frags51 picture frags51  路  4Comments

patrickdoodyIRL picture patrickdoodyIRL  路  3Comments

galfonso777 picture galfonso777  路  3Comments