简体   繁体   English

iOS模拟器未显示应用

[英]iOS Simulator not displaying app

I'm getting this outlet message in the debugger when I go to start my application: "2014-07-17 23:52:13.449 Journey[59668:60b] The app delegate must implement the window property if it wants to use a main storyboard file." 当我启动应用程序时,我在调试器中收到以下出口消息:“ 2014-07-17 23:52:13.449 Journey [59668:60b]如果应用程序委托要使用main,则必须实现window属性故事板文件。” But I'm not getting any errors or warnings? 但是我没有收到任何错误或警告吗? Please help. 请帮忙。

确保在App Delegate头文件中包含以下代码行。

@property (strong, nonatomic) UIWindow *window;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM