Search code examples
iosobjective-cxcodeexc-bad-accessnszombie

EXC_BAD_ACCESS from Apple Subthread


All of a sudden, I receive this EXC_BAD_ACCESS and NSZombie isn't saying anything. Anyone have an effective way to debug and eliminate this issue?

enter image description here


Solution

  • There might be following issues:-

    1) First check in your code in which line it is happening.

    2) It happens due to improper bindings in the xib as well.