• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: using QLPreviewPanel and supporting 10.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using QLPreviewPanel and supporting 10.5


  • Subject: Re: using QLPreviewPanel and supporting 10.5
  • From: Julien Jalon <email@hidden>
  • Date: Sat, 10 Oct 2009 11:30:53 +0200

Replace all calls to [QLPreviewPanel sharedPreviewPanel] and other class
calls to weak calls: [NSClassFromString(@"QLPreviewPanel")
sharedPreviewPanel].
On Sat, Oct 10, 2009 at 3:47 AM, Mitchell Livingston <email@hidden>wrote:

> Hello,
>
> I want to support Quick Look in my application, but still support 10.5. I'm
> using the 10.6 SDK and 10.5 deployment target. Launching on 10.5 gives:
>
> Dyld Error Message:
> Symbol not found: _OBJC_CLASS_$_QLPreviewPanel
> Referenced from:
> /Users/robertvehse/Desktop/Transmission.app/Contents/MacOS/Transmission
> xpected in: /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
>
> Obviously this is from using objects only available in 10.6. I won't be
> using the QL classes on 10.5. Is there a way around this?
>
> Thanks,
> Mitch
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> 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:
>
> This email sent to email@hidden
>
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: using QLPreviewPanel and supporting 10.5
      • From: Mitchell Livingston <email@hidden>
References: 
 >using QLPreviewPanel and supporting 10.5 (From: Mitchell Livingston <email@hidden>)

  • Prev by Date: Re: How to allocate and delegate; or how to keep GC and the static analyzer happy
  • Next by Date: releasing an object
  • Previous by thread: using QLPreviewPanel and supporting 10.5
  • Next by thread: Re: using QLPreviewPanel and supporting 10.5
  • Index(es):
    • Date
    • Thread