Custom warning in Xcode
Posted
by maximumnamelength
on Stack Overflow
See other posts from Stack Overflow
or by maximumnamelength
Published on 2010-06-10T20:23:49Z
Indexed on
2010/06/10
20:42 UTC
Read the original article
Hit count: 205
xcode
I'm working on an API library and I'd like to add a few warnings that would appear when another developers builds the app if an optional apikey is not included. It should be buildable w/o the key (since it's optional) so I can't just add a syntax error to force a build error.
I know Xcode supports TODO and FIXME but those aren't really highlighted anywhere major.
Any other thoughts on how to approach this?
© Stack Overflow or respective owner