Xcode 10 - Safe Area Layout Guide before iOS 9.0 [12] error

Viewed 6850

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?

2 Answers
  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.

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

Builds for

Related