Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 278
ibrahim87 Avatar asked Feb 03 '23 21:02

ibrahim87


1 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.
like image 184
M Abubaker Majeed Avatar answered Feb 06 '23 12:02

M Abubaker Majeed