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

后端 未结 7 2031
走了就别回头了
走了就别回头了 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 01:57

    I was finally able to track it down to a UIActionSheet class variable inside a third-party library, Mapbox GL.

    I opened an issue with that dev team: https://github.com/mapbox/mapbox-gl-native/issues/2475

    Partial credit (and an up vote and bounty) to @Aaoli for mentioning having a UIAlertView as a class variable.

提交回复
热议问题