realm / SwiftCov

A tool to generate test code coverage information for Swift.
MIT License
561 stars 41 forks source link

Workaround for failing launch simulator on CI #35

Closed kishikawakatsumi closed 9 years ago

kishikawakatsumi commented 9 years ago

It will fix the issue following:

2015-06-02 16:23:07.089 xcodebuild[7930:33059] [MT] iPhoneSimulator: SimVerifier returned: Error Domain=NSPOSIXErrorDomain Code=53 "Simulator verification failed." UserInfo=0x7f9523d11800 {NSLocalizedFailureReason=A connection to the simulator verification service could not be established., NSLocalizedRecoverySuggestion=Ensure that Xcode.app is installed on a volume with ownership enabled., NSLocalizedDescription=Simulator verification failed.}
kishikawakatsumi commented 9 years ago

A little bit better https://github.com/realm/SwiftCov/pull/36