I support an interesting application (target iOS6). After fixing all the existing compiler warnings and many other things found by static code analyzers, I don't have enough warnings to fix it. Already added -Wall and -Werror , which does not really want to add the rest.
Then I found something interesting that still seems completely unknown to google or StackOverflow!
The Xcode5 project “Build Settings” has a subsection called “Interface Composer Storyboard Compiler - Options” . Four cases are pretty clear:
- Smooth Compiled Storyboard Files (YES)
- Show Errors (YES)
- Show posts (YES)
- Show Warnigns (YES)
Question : What can I put in Other Flags of the Storyboard Compiler ? Where can I find more information?
source share