#655: NSInteger received as nil from QuickLook API -----------------------------------+---------------------------------------- Reporter: jakub.suder@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -----------------------------------+---------------------------------------- Comment(by lsansonetti@…): There is a class in the quartz framework whose +initialize method tries to load these images. The images do not exist and the class itself is not used anymore (it's dead code). The warnings do not appear in a pure ObjC app since the class is not used. However, at runtime, MacRuby parses all the classes and it looks like +initialize got triggered for that specific class. A bug has been filed against the quicklook component internally :-) -- Ticket URL: <http://www.macruby.org/trac/ticket/655#comment:18> MacRuby <http://macruby.org/>