Why are my ASIHTTPRequest files showing ARC errors?

前端 未结 5 639
广开言路
广开言路 2020-12-08 08:55

I have implemented all of my ASIHTTPRequest files, but unfortunately the following errors occur:

\"enter

5条回答
  •  温柔的废话
    2020-12-08 09:39

    you can use this. If you are using ARC. Benefit of using it is that i just create a wrapper over native URLConnection class so native support of libraries is more reliable.

    https://github.com/samspalace/SIKHttpRequest-ARC

提交回复
热议问题