I want to use NSCalendarDate, which exists in
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.2.1.sdk/
System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSCalendarDate.h
but is not present anywhere under
/Developer/Platforms/iPhoneOS.platform
What gives?
After 10.5
NSCalendarDatewill be deprecated. Thus it likely just doesn’t exist in iPhone SDK:Look for the iPhone versions of
NSCalendar,NSDateandNSDateComponents