Handy flags for hacking in Cocoa (set these under Other Linker Flags)
-undefined suppress
-undefined define_a_way
These suppress linking warnings when you are building a bundle that you know will get loaded into a memory space where certain functions are assumed to be already defined. This is instrumental in getting a lot of SIMBL hacks to work.
Wikir