Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS simulators not working behind proxy since upgraded to Xcode 8.2.1?

Tags:

ios

xcode8

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

like image 398
smartsanja Avatar asked Jan 09 '17 05:01

smartsanja


1 Answers

Like @user6307142 had said above, I checked the

System Preferences > Network > Advanced > Proxies

and had to untick the checkbox for Auto Proxy Discovery and apply the settings and checked it out and it worked.

like image 68
Randika Vishman Avatar answered Nov 03 '22 02:11

Randika Vishman