PAC Fetch Error with Error [NSURLErrorDomain: -1003]

I see this error in my magazines, and I don't know what that means:

PAC Fetch failed with error [NSURLErrorDomain:-1003] 2017-06-08 17:07:56.157874+0200 xxxxxx[27059:7093559] [] nw_proxy_resolver_create_parsed_array PAC evaluation error: NSURLErrorDomain: -1003 

At the same time, I have a problem with collectionView in my application. I don't know if this is due to an error or not:

Sometimes, and only if the application is used in one remote office of our company, both with a simulator and with a real device, the View collection, which simply receives an array of images and displays them on the screen, simply stops working.

It doesn't seem like he was just loading images, it seems that the entire CollectionView is not showing.

I am testing the same application with simulators and devices in another office (another city), and NEVER happened to me. Another thing is that this is a "PAC" error, I see only some problems with layout layout limitations, but I see the same errors in my logs, and it still works fine.

People who test the application at a remote location say they need to uninstall and reinstall the application for it to work again.

Any clue?

+6
source share
1 answer

If a similar problem has been fixed by this method. Hope this helps. The simulator uses a network connection to your computers, so I recommend checking System Preferences> Network> Advanced> Proxies> Automatic Proxy Settings: you must turn off automatic proxy detection.

+7
source

Source: https://habr.com/ru/post/1272185/


All Articles