-1

I am trying to run my project on iphoneX. I have already updated my safe area layout guide but still, I am getting black bars on top and bottom. I tried all the possible ways which I know. I have also tried copy and paste my view controller to new xcode project and I found it working perfectly on new project.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Pulkit
  • 606
  • 1
  • 9
  • 19

2 Answers2

3

if you want to use launch image then in Assets you have to select iOS 8.0 and later you can see below image

enter image description here

chandra1234
  • 357
  • 6
  • 15
0

Check Project -> Build Setting -> Architectures -> Valid Architectures are included arm64 armv7 armv7s ?

KTang
  • 340
  • 1
  • 17