Exit 65 random failures (iOS)

Been looking for quite some time as to how to avoid random failures from happening on circle. They never seem to happen locally but it seems like a 50-50 shot that tests will fail to run. I’ve yet to find any consistent reason for this to be happening. Is anyone else seeing this or am I alone? Seems like half of my dev time goes to “build without cache” and fingers crossed hoping for the build to succeed.

Best thing to do would be to start drilling down and seeing what is causing the failure. Many times what seems like random failures are similar related to external variables that maybe you can’t control, but at least take into account.