Re: Detect a Retina display
Re: Detect a Retina display
- Subject: Re: Detect a Retina display
- From: Scott Ribe <email@hidden>
- Date: Thu, 20 Jun 2013 09:21:56 -0600
On Jun 20, 2013, at 9:11 AM, Thierry Cantet wrote:
> I have tried your solution, however it does not work.
>
> I have these messages when I try to build with the base SDK set to 10.6 :
> (Warning)Instance method '-convertRectToBacking:' not found (return type defaults to 'id')
> (Error)No viable conversion from 'id' to 'NSRect' (aka 'CGRect')
You need base SDK set to 10.7 in order to be able to see 10.7 declarations and use them, and deployment target set to 10.6 in order to allow your code to load on 10.6.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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