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 scott_r...@elevated-dev.com http://www.elevated-dev.com/ (303) 722-0567 voice _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com