1

I'm getting this warning when building:

/* com.apple.ibtool.document.warnings */ /[path]/MyStoryboard.storyboard:xxx-xx-xxx: warning: Bottom layout guide is deprecated since iOS 11.0 [7]

I've read some posts like this one. I have the Use Safe Area Layout Guides of the storyboard file already selected, and cleaning the build folder did not work either, I keep getting such warning. What else could I be missing?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
AppsDev
  • 12,319
  • 23
  • 93
  • 186

1 Answers1

2

Just make sure this is unchecked, then run it on a simulator and that will fix your error.

screenshot

Manuel Duarte
  • 165
  • 12