Using Mac OS 10.8.3 and xCode 4.6.1 and using ABPeoplePickerView with a very simple Cocoa App with XIB using ABPeoplePickerView results in an run time warning coming from ABPeoplePickerView:
2013-04-02 21:58:36.848 AddressbookTest[4462:303] ** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.*
but I cannot change a class crCeated by Apple itself. A Apple bug? Any workaround to avoid this or simple ignore the runtime warning?