getBitmapDataPlanes not recognized?

Scott Stevenson sstevenson at mac.com
Sun Dec 2 14:37:36 PST 2007


On Dec 2, 2007, at 11:20 AM, Daniel Hazelbaker wrote:

> I have a program that, apparently, calls getBitmapDataPlanes: method  
> on an NSPICTImageRep.  Nowhere in my own code is that method called  
> so it must be called from an AppKit or Quicktime APi that I use.   
> About 2 or 3 months ago I installed one of the Quicktime updates on  
> my development computer.  Ever since then computers that try to run  
> my program (I am developing using XCode 2.5 and the 10.4uSDK) that  
> do not have the latest Quicktime installed get this exception:
>
> *** -[NSPICTImageRep getBitmapDataPlanes:]: selector not recognized  
> [self = 0x1679f030]

If you'd like to see how this is getting called, try setting a  
breakpoint on [NSException raise]

    - Scott


More information about the MacOSX-dev mailing list