Re: Help getting started
Re: Help getting started
n 24 Jun 2010, at 21:46, Gil Dawson wrote:
> Real newbie here. I thought I'd jump in the deep end and see what happens.
>
> So I installed XCode 3.2.3 and then downloaded a sample project (SimpleCalendar) which expanded into a folder containing, among many other things, a project file "SimpleCalendar.xcodeproj".
>
> I double-clicked on the project file and XCode launched. I clicked on "Build and Run" at the top of the Project window and XCode generated 42 errors.
>
> Most of them are due to missing components like Stdarg.h, Float.h, Xmmintrin.h...
>
> These look like standard include files.
>
> What do I need to do to get XCode to pick up standard include files from somewhere?
>
> (A reference to documentation would be especially appreciated.)
This sample is configured to build against the 10.4u SDK, which is an optional install for 3.2.3.
This could be the source of some issues.
You can configure it to build against 10.6 (I don't have the 10.4 SDK installed) but in my case the built app does not display.
The console reports -[CalCalendarStore eventsWithPredicate:]: event predicate was not created by the Calendar Store framework:
This doesn't look like a particularly wholesome example to begin your Xcode experiments with.
The last revision date is 2006.
Unfortunately quite a few of the samples are showing their age.
I would perhaps pick a more up to date sample, or try some active OS project off source forge or GitHub.
Regards
Jonathan Mitchell
Developer
Mugginsoft LLP
http://www.mugginsoft.com
>
> TIA,
>
> --Gil
>
>
> _______________________________________________
> 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
_______________________________________________
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