On Fri, 25 Oct 2013 16:30:51 -0700, Jerry Krinock said: >> You could also set OBJC_PRINT_REPLACED_METHODS=YES in the >environment. That's how I originally discovered my firstObject NSArray >category method >> wasin conflict. > >I tried it. When I launch my app with that I get 100 log entries, but >they all seem to indicate that Apple is replacing Cocoa implementations >from a dynamic library in /usr/lib with implementations from /System/ >Library/Frameworks. I’ve pasted in the first 6 below.
It's been noisy like that for years; I assume it's "normal" that there are these conflicts between Apple libraries. :( I only turn it on as part of my pre-release QA checklist, and search the output for my class prefixes. Cheers, -- ____________________________________________________________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com