问题
I am working in a proxy environment that requires authentication. Since i have upgraded to Xcode 8.2.1, the simulators stop working, however it was working fine with Xcode 8.1 and 7.3 Any help regarding this?
This is the error what i am getting
PAC Fetch failed with error [NSURLErrorDomain:-1022] [] nw_proxy_resolver_create_parsed_array PAC evaluation error: NSURLErrorDomain: -1022
回答1:
The simulator uses your computers network connection, so I recommend checking the System Preferences > Network > Advanced > Proxies > Automatic Proxy Configuration : You must disable Automatic conf.
来源:https://stackoverflow.com/questions/41541385/ios-simulators-not-working-behind-proxy-since-upgraded-to-xcode-8-2-1