xcode iOS 9 黑色启动屏幕
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/32621237/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iOS 9 Black Launch Screen
提问by Bingo
I've been developing my app and was running fine until iOS8. However, today after updating my phone to iOS9, I saw that the launch screen of my app became black. The same issue happened to some other apps as well (Anyone else can also see this in on a device running iOS 9).
我一直在开发我的应用程序并且在 iOS8 之前运行良好。但是,今天我的手机更新到iOS9后,我看到我的应用程序的启动屏幕变黑了。同样的问题也发生在其他一些应用程序上(其他任何人也可以在运行 iOS 9 的设备上看到这一点)。
Any idea why this may be the case? How can I fix this?
知道为什么会这样吗?我怎样才能解决这个问题?
采纳答案by Bingo
Here's the solution: downloaded xcode 7, updated my code to swift 2, recompiled the app and problem solved.
这是解决方案:下载 xcode 7,将我的代码更新为 swift 2,重新编译应用程序并解决问题。
回答by Torres Fernando
I has same problem. and in my case was fixed do a re-install from the App Store.
我有同样的问题。在我的情况下已修复,请从 App Store 重新安装。