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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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