App crash in ASIHttpRequest class

152 views Asked by At

I am using ASIHttpRequest class in my application to handle server communication. I am getting my application crash sometimes. Here is screenshot of my crash:

enter image description here

I cant get it why this is happening. Can any one tell me?

1

There are 1 answers

0
bpapa On

EXC_BAD_ACCESS crashes are due to retain/release issues typically. Some tips on how to track them down - https://developer.apple.com/library/mac/qa/qa1367/_index.html

You also probably don't want to ship an app with ASIHttpRequest. I believe support died out a long time ago. Look at using the SDK itself or maybe try AFNetworking.