iPhone と Xcode を最新のベータ版にアップグレードすることにしましたが、ハードルにぶつかりました。
MKDirectionsResponse を実行すると、次のエラーが発生します。
PBRequester failed with Error Error Domain=NSURLErrorDomain
Code=-1200 "An SSL error has occurred and a secure connection to the
server cannot be made."
と
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.",
セキュリティで保護されたネットワークですがgsp-ssl.ls.apple.com
、 で除外しようとしPlist
ました。NSAppTransportSecurity
正しく機能させるにはどうすればよいですか?