I get this error from time to time in UI tests when they are run on CI. Any ideas what might be causing this error?
****** ill
probably means that the program crashed with a SIGILL
******, which is the standard way for Intel code to trap (that is, deliberately crash). See Understanding the exception types in a crash report.
To debug this you need to get a crash report from your CI system. Can you do that?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"