Game Development Reference
In-Depth Information
Figure 13-13 . Lots of warnings, but nothing to worry about. Carry on
Tip Some developers like to enable the Build Settings flag Treat all Warnings
as Errors to help discipline themselves so that they are forced to learn, under-
stand, and fix whatever warning pops up in their own code. This is certainly a
step in the right direction toward writing warning-free code. It does get in the
way when you want to do things quickly, but if you keep doing things quickly,
ignoring all warnings, this is a slippery slope to doing things sloppy. Warnings
are there for a reason—don't just ignore them if you don't understand their
meaning.
If all goes according to plan, after successfully compiling the code (albeit with warnings)
the transfer process will start. After a couple seconds, the Xcode Console ( View
De-
bug Area
Activate Console ) will log success:
Search WWH ::




Custom Search