#655: NSInteger received as nil from QuickLook API -----------------------------------+---------------------------------------- Reporter: jakub.suder@… | Owner: lsansonetti@… Type: defect | Status: reopened Priority: minor | Milestone: Component: MacRuby | Resolution: Keywords: | -----------------------------------+---------------------------------------- Comment(by jakub.suder@…): Removing @required doesn't help, I think the script doesn't understand @protocol at all... And I have a new problem - I was just about to upload a new release of my app, when I noticed that QuickLook doesn't work in the final version. Apparently, once I get through the compile step (macruby_deploy --compile build/Release/my.app), the same problem reappears - previewItemAtIndex: gets called with nil instead of 0... My QLPreviewPanel.bridgesupport file is still included in the bundle, and it gets loaded during startup, but it doesn't seem to have any effect. A moment earlier, before I compile the ruby files, the same app bundle works as intended. Any ideas?... -- Ticket URL: <http://www.macruby.org/trac/ticket/655#comment:12> MacRuby <http://macruby.org/>