Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't visit website on iOS Simulator—'This Connection Is Not Private'

I'm currently building a watch app extension and want to use the simulator because it is much easier and quicker than building to my actual Apple Watch every time.

However, I've run into a problem with the simulator where I can't visit any websites due to the error 'This Connection Is Not Private'. This wouldn't normally be a problem except in my case I need to login into my iOS using Facebook and I face the same problem there. The message is slightly different when using SFSafariViewController:

  Safari cannot open the page because it could not establish a secure connection to the server

I have looked in the Safari settings on the simulator to see if there's any security that I can disable but have been unable to find anything. Is there any way I can get around this issue?

I'm currently using the Xcode 9.1 and macOS High Sierra 10.13.1

screenshot

like image 286
jackchmbrln Avatar asked Oct 27 '17 17:10

jackchmbrln


1 Answers

It works for me after deleting all anti-virus programs from my Mac. Hope it would be helpful for you.

like image 159
Joey Avatar answered Oct 16 '22 19:10

Joey