I have this problem when I simulate my app, its not an error or a warning but it appears in my console, has anyone ever experienced this before?
Reason For message: This message get displayed if and only if you are pushing/presenting another View controller from viewWillAppear
,loadView
,init
or viewDidLoad
method of current View Controller
Way to Remove error Message: Move your pushing/presenting code to viewDidAppear
method will solve the issue