CGImageSourceCreateWithData

2009-05-23 Thread Alex Mills
Hey All, In my debugger window I'm getting 10 instances of : CGImageSourceCreateWithData data parameter is nil I have no idea where this is coming from, none of my classes appear to call any methods related to this. What issue would cause this error? Leopard, Xcode 3.1 Cheers

Re: CGImageSourceCreateWithData

2009-05-23 Thread Dave Keck
> I have no idea where this is coming from, none of my classes appear to call > any methods related to this. What issue would cause this error? Try setting a breakpoint in CGImageSourceCreateWithData()... ___ Cocoa-dev mailing list (Coc