I avoid getting warnings in my swift code. However when it comes to storyboard requirements it's a bit harder for me.
So for now i just want to disable xcode showing warnings regarding storyboard issues.
I have tried the following without success:
As you have mentioned the option Show warnings
under Interface Builder Storyboard Compiler -Options
must be kept no, for suppressing warnings related to your storyboard.
Also after that you can enable and disable this option from right bottom position of warnings tab in Issue navigator
.
Example:
That way you can toggle easily.
If you just want to hide warnings for storyboard, it looks like you've done it correctly. However, you do need to restart Xcode for the updated preferences to take effect.
If that doesn't work, you can also try this:
Navigate to build settings and go to the Compile Sources phase. Double-click in the Compiler Flags column for the storyboard and enter -w to turn off all warnings for that file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With