NSURLConnection finished with error - code -1022

前端 未结 5 695
南笙
南笙 2020-12-15 06:47

Guys i try to learn webview it can\'t load give me error like:

NSURLConnection finished with error - code -1022

- (voi         


        
5条回答
  •  猫巷女王i
    2020-12-15 07:48

    I was having a similar issue,

    NSURLConnection finished with error - code -1200
    

    I was trying to reach a blocked port in my company. Changing the port let me connect normally.

    As pointed out below, disabling Firewall could also solve the issue.

提交回复
热议问题