Shows memory leak when open a new controller with UITabBar

I'm using x-code 7.1. But when I run this on x-code7.0 it does not show this error. Only show this error on x-code 7.1. How do I solve this memory leak issue. Thank you !

This Memory leak shows only when I navigate to a view controller with a UITabBar.



You have to solve it like any other leak: look at the retain/release history for the leaked object(s) and use the provided backtraces to determine what is leaking the object(s) by retaining it without releasing it. There are WWDC talks about memory leaks as well as various resources on the web you can search for.

Shows memory leak when open a new controller with UITabBar
 
 
Q