IOBluetoothDeviceSelectorController and NSImage compositeToPoint
IOBluetoothDeviceSelectorController and NSImage compositeToPoint
- Subject: IOBluetoothDeviceSelectorController and NSImage compositeToPoint
- From: Livio Isaia <email@hidden>
- Date: Tue, 21 Jan 2014 10:52:53 +0100
Hi all,
I have
IOBluetoothDeviceSelectorController *deviceSelector;
when I call (self is NSObject <NSApplicationDelegate)
[deviceSelector beginSheetModalForWindow:[self window] modalDelegate:self didEndSelector:@selector(browseEnd: returnCode: contextInfo:) contextInfo:NULL]
in the output window appears
*** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
does anybody know what I can do to avoid this? I think I’ve installed the latest xcode sdk...
OSX 10.9.1, xcode 5.0.2
Thanks to all in advance,
regards,
livio
_______________________________________________
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