문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top