When integrating the ASIHTTPRequest library into arc mode, there are many errors. Is there a suitable way to integrate a library without an arc.
if your project uses ARC, click on the project name → select target → build phase → compilation sources.
Set the compilation flags -fno-objc-arc for all ASIHTTPRequest source files.
ASIHTTPRequest has not been supported for a couple of years. Thus, 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 consider using it.
I find ASIHTTPRequest With ARC and full work you can download
from here ASIHTTPRequest-With-ARC enjoy .......
you can also find json with ARC here
Source: https://habr.com/ru/post/1494183/More articles:Loading modules that change sys.path - pythonBasic C # on the "use" key - c #Update content on iOS Google Maps iOS - iosJTable Row Header Look And Feel - javaEWS Managed API: Reply to a message when adding an Internet header - c #Google Play Game Services and LibGDX, how to integrate without displaying the title bar? - google-play-gamesC # linq selects various elements with multiple attributes - c #Is there a way to find redundant code and variables in a Dart program? - dartAngular $ endpoint with two parameters - javascriptgetting the undivided part of the slider / linearlayout so as not to resize - androidAll Articles