Khi một bot của Dịch vụ Xcode cố gắng thực hiện một bản dựng run unit tests
đã được kích hoạt, bản dựng sẽ luôn không thành công. Khi tôi nhìn vào tệp nhật ký, lỗi tương tự lặp lại nhiều lần:
xcsbuildd[1966] <Warning>: [XCSBuildOperation.m:106 7368f310 +2126ms] Preflight connection to /var/XCSControl/com.apple.XCSTestUserPreflightService failed; retrying: No such file or directory
Tiếp theo là các thông báo lỗi sau vài dòng:
xcsbuildd[1966] <Error>: [XCSBuildOperation.m:102 7368f310 +2104ms] Timed out trying to connect to CG Session; giving up after 60 seconds
xcsbuildd[1966] <Error>: [XCSOperation.m:33 7368f310 +0ms] Error Domain=XCSBuildServiceDomain Code=0 "Cancelled integration because headless test environment is required but not available after 60s" UserInfo=0x7fa952571bd0 {NSLocalizedDescription=Cancelled integration because headless test environment is required but not available after 60s}
xcsbuildd[1966] <Debug>: [XCSOperation.m:28 7368f310 +0ms] Cancelling operation: XCSBuildOperation
Tôi đã đập vào một bức tường gạch với cái này, và không thể tìm thấy bất cứ thứ gì trên đó.
Có ai gặp sự cố này và tìm ra cách khắc phục?