Status bar could not find cached time string image
問題分析
過程渲染的時候,IOS狀態(tài)欄找不到緩存的時間字符串圖像。
問題解決
在Product -> Scheme -> Edit Scheme -> Run -> Arguments -> Environment Variables 中添加添加
OS_ACTIVITY_MODE: disable 即可。
如果還是顯示該信息可以在info.plist 設置View controller-based status bar appearance 設置為YES;