Question

There are many errors when integrating ASIHTTPRequest library in arc mode. Is there a proper way to integrate non arc library.

Was it helpful?

Solution

if your project's using ARC, click project name -> select target -> build phase -> compiler sources.

Set compiler flag -fno-objc-arc for all ASIHTTPRequest source files.

OTHER TIPS

ASIHTTPRequest hasn't been supported for a couple of years now. As such, it is very outdated and does not support ARC.

A newer library, called AFNetworking, can be found on Github here, and fully supports ARC, so you might want to think about using it instead.

I find a ASIHTTPRequest With ARC and working complete you can download

from here ASIHTTPRequest-With-ARC enjoy.......

you can also find json with ARC at here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top