9

I am trying to compile an application with a Deployment Target iOS 8.0 on Xcode 10 using an iOS 8.3 simulator.

I have already disabled Safe Area Layout Guide from the Storyboard, but the issue still exists.

Safe Area Layout Guide is disabled

Do you know how to help me?

mskfisher
  • 3,291
  • 4
  • 35
  • 48
ibrahim87
  • 101
  • 1
  • 7

2 Answers2

10
  1. Make sure you disable Safe Area Layout Guide from launch screen and storyboard.
  2. Set builds for -> deployment target 8.1 in interface builder document.
1

If you're using storyboards make sure to update the deployment target:

Builds for

OhadM
  • 4,687
  • 1
  • 47
  • 57