Search code examples
iphoneobjective-cios4iphone-sdk-3.0

App crashes on pressing back button


app crashes when pressing back button

log description:- [FootballScoreBoardViewController bannerViewDidLoadAd:]: message sent to deallocated instance 0x5aae9e0

Ithink this method is not called but how to sort the problem Please help Thanks in ad


Solution

  • You might deallocating some released or unallocated item in the dealloc {} part or some items may gets released without allocating the same like array or variable or lable etc.

    Or else you might calling the array without the values .

    check the same by debugging you'll get answer definetely