I'm maintaining an interesting application (target iOS6). After fixing all existing compiler warnings and lots of other stuff found by static code analyzers, I'm running short of warnings to fix. Already added -Wall and -Werror, not very keen to add the others yet.
Then I found something interesting, which so far seems to be completely unknown by google or StackOverflow!
Xcode5 project "Build Settings" have a subsection called "Interface Builder Storyboard Compiler - Options". Four cases are pretty understandable:
- Flatten Compiled Storyboard Files (YES)
- Show Errors (YES)
- Show Notices (YES)
- Show Warnigns (YES)
Question: what can I put into the "Other Storyboard Compiler Flags"? Where can I find more info?