COMPILATION NOTES
=================

Compiling statically
--------------------

NOTE: When using NGA Utilities as a static library, you must pass the `-ObjC` flag to the linker for the categories to work. Otherwise, you will see many `invalid selector` messages.

Found in  [Objective-C categories in static library](http://stackoverflow.com/questions/2567498/objective-c-categories-in-static-library) on Stack Overflow