Problems and changes

I’m developing an app for mac OS.

I got it running on CircleCI in the past.
But after the update to Xcode 9 and mac sdk 10.13 I can’t. I get the dreadful error 65.

2017-09-20 23:51:45.879 xcodebuild[1003:9228] Error Domain=IDETestOperationsObserverErrorDomain Code=6 “Early unexpected exit, operation never finished bootstrapping - no restart will be attempted” UserInfo={NSLocalizedDescription=Early unexpected exit, operation never finished bootstrapping - no restart will be attempted}

What I’ve seen is the following, the first time you run the command locally on my mac I get a popup for approve some kind of certificate (it’s related to keys or certificates). This most probably happens as well on circle but can’t be seen. Weird thing is i’m running the same test commands as circle.

Any one familiar or anyone from circle that can look at this?

1 Like

Facing the same issue, did you find any solution?