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

ioslayoutsafearealayoutguidestoryboardxcode

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?

Best Answer

  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.