I have decided to upgrade my iPhone and Xcode to the latest betas and have been hit with a hurdle.
When I execute a MKDirectionsResponse, I get the following error:
PBRequester failed with Error Error Domain=NSURLErrorDomain
Code=-1200 "An SSL error has occurred and a secure connection to the
server cannot be made."
and
NSErrorFailingURLStringKey=https://gsp-ssl.ls.apple.com/directions.arpc,
_kCFStreamErrorDomainKey=3, NSUnderlyingError=0x1bb58330 "An SSL error has occurred and a secure connection to the server cannot be
made.",
I've tried exempting gsp-ssl.ls.apple.com
in my Plist
's, NSAppTransportSecurity
- even though it's a secure network. What should I do in order for it to work properly?