Am I the only one, or do others also have an error when doing
#import <EventKit/EventKit.h>
For some reason, this file cannot be found (10.8, XCode 4.4) even if XCode suggests it to me after typing a few letters!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I tried this in a new project with Xcode 4.4. It worked fine.
Is your project you pinned to the 10.7 SDK? Check your Base SDK setting. It should be set to Latest OS X (OS X 10.8).
This is usually set in the project, but you may be overriding it in your target’s settings as well.