On Mar 26, 2010, at 01:23, Alec Stewart wrote: > date = [NSDate dateWithTimeInterval:hundredthsToAdd > sinceDate:dateWithoutHundredths]; //This is the line the warning shows up on
The NSDate class reference states that this is available in Mac OS 10.6 or later. Chances are your project is targeting the 10.5 SDK, in which this method doesn't exist. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
