Re: Getting Started (Necessary framework not included)
Re: Getting Started (Necessary framework not included)
- Subject: Re: Getting Started (Necessary framework not included)
- From: Jerry Krinock <email@hidden>
- Date: Wed, 22 Jul 2009 07:29:58 -0700
On 2009 Jul 22, at 05:07, Billy wrote:
Hi there, I'm starting to learn how to program using XCode and Cocoa
for Leopard etc. and I thought I'd have a look at some of the sample
code available I downloaded and ran this wee SimpleCalendar project
( http://developer.apple.com/samplecode/AppleApplications/idxiCal-date.html#/
/apple_ref/doc/uid/TP30000925-TP30000418-TP30001031) but there's an
error I don't quite understand when I run it. The error says there's
no such file or directory as the <CalendarStore/CalendarStore.h>
although as far as I can see it is there in the Frameworks/Other
Frameworks/CalendarStore.framework/Headers folder.
What's happening here?
Some frameworks are not included in the Cocoa umbrella and you must
add them to your project. CalendarStore may be one of these. In the
left pane of your Project Window, Groups & Files, select the
"Frameworks" group (just to keep it neat, actually it can go
anywhere), then in menu click Project > Add to Project, navigate to
and select /System/Library/Frameworks/CalendarStore.framework.
That being said, this sample project you have download should have
already had this included like that. If it does not and my answer
solves the problem, please file a bug on it:
https://bugreport.apple.com/cgi-bin/WebObjects/RadarWeb.woa/wa/signIn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden