IOS simulators do not work behind a proxy server, since upgraded to Xcode 8.2.1?

I work in a proxy environment that requires authentication. Since I upgraded to Xcode 8.2.1, the simulators stopped working, however it worked fine with Xcode 8.1 and 7.3. Any help in this regard?

This is the error I get

PAC Fetch error with error [NSURLErrorDomain: -1022] [] nw_proxy_resolver_create_parsed_array PAC evaluation error: NSURLErrorDomain: -1022

+6
source share
1 answer

The simulator uses a network connection to your computers, so I recommend checking System Preferences> Network> Advanced> Proxies> Automatically setting up a proxy server: you must disable Auto conf.

+20
source

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


All Articles