1

when I update my Xcode to Xcode7 ,when I launch my apps on iphone 6(not simulator) ,it will show LanuchScreen.xib first,and then the screen will be black(with only battery icon in right-top corner).In Xcode6 it is all ok.What is wrong with it???

Peppo
  • 1,107
  • 1
  • 12
  • 19

1 Answers1

0

I suspect that your default@2x.png image is not a valid png image. Please try replacing your existing default@2x.png image with a new valid one and it should work.

Abhinav
  • 37,684
  • 43
  • 191
  • 309
  • Is it possible for you to share the gitHub link to your project so I could take a look. – Abhinav Oct 07 '15 at 10:47
  • I am sorry,the project is outsourcing,will be commit to the company soon.I could not find the same problem in Internet. – Zhang Haoran Oct 07 '15 at 10:59
  • Thats fine. I understand! Let me think and throw more ideas. – Abhinav Oct 07 '15 at 11:00
  • Take a look at [this thread](http://stackoverflow.com/questions/19219291/black-screen-instead-of-launch-image-on-ipad-ios-7-0-x). It has a potential workaround to similar issue. See if this helps you. Also, take a look at the accepted answer. It seems to be a known reported bug to Apple. – Abhinav Oct 07 '15 at 11:04