Re: using QLPreviewPanel and supporting 10.5
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