今天在寫程序時(shí)候出現(xiàn)以下錯(cuò)誤提示:
Assertion+failure+in+-%5BUIApplication+_runWithMainScene:transitionContext:completion:%5D,+/BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3698.54.4/UIApplication.m:3538
經(jīng)常分析原來是我在AppDelegate.m 中 didFinishLaunchingWithOptions 這個(gè)方法里面設(shè)置self.window setRootViewController:以前做太多操作導(dǎo)致的
提示:
不允許在設(shè)置rootViewController之前做過于復(fù)雜的操作叙谨,導(dǎo)致在didFinishLaunchingWithOptions 結(jié)束后還沒有設(shè)置rootViewController贞盯。
對此我們可以先虛設(shè)一個(gè)rootViewController氢拥。