Search code examples
iosiphonexcodeios9xcode-project

Black Stripe is displayed in View in Old Projects


When I try to run some old projects I get a black stripe as image below.

I tried to change the SDK version in Deployment Target and also tried update the XIB file.

I am using iPhone 6s iOS 9.1

What should I do?

black stripe

For instance,

This old project has the Black Stripe: Myo SDK with a sample

In this project is necessary to set Bitcode to NO.


Solution

  • Just add Default-568h@2x.png file with resolution 640x1136.

    I then updated the 'App Icons and Launch Images' Section to look like this:

    enter image description here

    Tested on Xcode 7 with all devices on Simulator with iOS 9 and it worked!!