Xcode bot fails with “no activity for too long” error

前端 未结 3 1744
你的背包
你的背包 2021-02-05 09:51

My Xcode bot integrations fail with the following error.

Assertion: Running task was terminated because it produced no activity for too long.

相关标签:
3条回答
  • 2021-02-05 10:00

    This did the trick for us when we ran into the same issue today:

    https://stackoverflow.com/a/22637896/43996

    0 讨论(0)
  • 2021-02-05 10:12

    Created a new bot with exact configuration and that did the trick for me. Stackoverflow xcode-server-ibtool-build-failures

    0 讨论(0)
  • 2021-02-05 10:15

    I created a new simple project to test Xcode Bot and the same problem happened.
    I have try several ways including allow all items to access keychain, however, it didn't work until I unchecked the Code coverage.

    0 讨论(0)
提交回复
热议问题