After encountering a bunch of problems related to coverage flushing (fixed) and test output being consumed (not fixed), I decided to give Cedar and GH-Unit a try as an alternative to XCTest.
Unfortunately this presents a new problem:
- When launching from the IDE everything goes well.
- When launching form the cmd-line, I get SSL certificate errors
Error summary:
Error Domain=com.biasedbit.http Code=60 "Peer certificate cannot be authenticated with given CA certificates"
How can I fix this? (And for extra points) Why would the certificate be known when launching from the IDE, but not from the command line?