receiving signal: EXC_BAD_ACCESS in web service call function
- by murali
I'm new to iPhone development. I'm using xcode 4.2.
When I click on the save button, I'm getting values from the html page and my web service is processing them, and then I get the error:
program received signal: EXC_BAD_ACCESS
in my web service call function. Here is my code:
NSString *val=[WebviewObj…