Hi, on Xcode 4.0, I have noticed, just accidentally, that when the Base SDK is set to Mac OS X 10.6 and the deployment target to 10.5, I don't get any alert about the use of not-available-APIs. In facts I have used [NSNumberFormatter localizedStringFromNumber:... which is available on 10.6 and later, and I didn't get any advise. Instead if I set Base SDK to 10.5 I properly get a yellow alert issue. Is that correct? Or should I never user this combination because it makes no sense?
With this I send my best congratulations to the engineers who worked on the new Xcode 4.0. It's a great improvement. Last, which API should I use instead of localizedStringFromNumber when compiling for Mac OS X 10.5? Regards -- Leonardo _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com