0

Could someone tell me how I correct these errors in the class asiformdaterequest.m? Thanks !

this is one of the images since I can not upload images for my reputation even then they are at this link

this the other image

Glorfindel
  • 21,988
  • 13
  • 81
  • 109

2 Answers2

0

Select your project, go to targets, go to build phases, go to compile sources, select all of the asi files, double click and enter the following in the box: -fno-objc-arc. You need to compile those without arc

Greg Price
  • 2,556
  • 1
  • 24
  • 33
0

please notice that ASIHTTPRequest is no longer under support

You should use a alternative like:

MKNetworkKit or AFNetworking

CarlJ
  • 9,461
  • 3
  • 33
  • 47