Attempting to load the view of a view controller while it is deallocating … UIAlertController

后端 未结 7 1994
走了就别回头了
走了就别回头了 2020-12-24 01:55

I am building with the release version of Xcode 7.0. No storyboards, just nib files.

I have a single UINavigationController created by the app delegate

7条回答
  •  死守一世寂寞
    2020-12-24 02:02

    I had this problem by not having a navigationController... I know it sounds obvious but jumping about in various projects this one didn't have a UINavigationControllerto hand.... so others coming here you might want to NSLog your nav controller just for sanity too...

提交回复
热议问题