Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode ignore storyboard warning

How can I get Xcode to ignore this warning:

Disabling segue animation is not available prior to iOS 9.0

I understand why the warning's there and am happy to ignore it because the app works just fine in 8.

I need to continue supporting iOS 8 and I don't want to suppress all storyboard warnings - just this one.

like image 970
HughHughTeotl Avatar asked Oct 01 '15 14:10

HughHughTeotl


1 Answers

In the properties panel for your storyboard, set the 'builds for' drop down to a value of 9.0 or later

enter image description here

like image 56
Abizern Avatar answered Oct 22 '22 18:10

Abizern