Search code examples
swiftautolayoutios11

Top Layout Guide deprecated since iOS 11 - unable to find view


I am getting the following errors:

enter image description here

But i am unable to find the view which occurs that warnings. When ill delete all views in the Storyboard, and perform a "Clean" - the warnings are still present.

Any ideas how to find that view?


Solution

  • Any ideas how to find that view?

    It's not a "view"; it's the storyboard itself. Edit the storyboard and check Use Safe Area Layout Guides:

    enter image description here

    Also you might need to quit Xcode and clean out the DerivedData folder so as to get a completely clean build.