Reachability crashes app
I just implemented Apple's Reachability code and my App is now crashing in a completely inconsistent and unpredictable fashion: it could successfully load 20 web-pages in a row and then crash, or it could crash after the 2nd. web-page load. There's just no rhyme, reason or pattern to these crashes.
As far as the console's error message, all I get is: "Thread 1: Program received signal: "EXC_BAD_ACCESS".
That's it.
ANY help would be greatly appreciated - even if its just a tip on simply getting a more precise Console-error message so I can narrow this thing down and see what's causing it.
Thanks in advance!
|