• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
10.4 --> 10.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10.4 --> 10.5


  • Subject: 10.4 --> 10.5
  • From: Jeff Hellman <email@hidden>
  • Date: Fri, 30 Jan 2009 14:38:04 -0800

Hi-

I currently have an application that runs fine on 10.4 and 5.  It is
built with 10.4 as the deployment target and Base SDK.

I'd like to use the CalendarStore Leopard Framework while maintaining
10.4 compatibility..  As I understand it, I should be able to change
the Base SDK to 10.5, keep the deployment target as 10.4 and weak link
to the CalendarStore framework.

I can't my program to compile with these settings.

I'm simply using the following import command:

#import <CalendarStore/CalendarStore.h>

and on compilation, I get about 40 syntax errors that lead me to
believe I'm not truly building on 10.5(I think)....Here are a few of
the errors:

	In file included from
/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalendarStore.h:11,
		/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalTask.h:26:
error: syntax error before 'CalPriority'
		/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalTask.h:31:
error: syntax error before 'CalPriority'
		/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalTask.h:39:
error: syntax error before 'CalPriority'
                 from***********/AppController.m:4:
	In file included from
/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalendarStore.h:13,
		/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalRecurrenceRule.h:32:
error: syntax error before 'NSUInteger'
		/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalRecurrenceRule.h:36:
error: syntax error before 'NSUInteger'
		/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalRecurrenceRule.h:40:
error: syntax error before 'NSUInteger'
		/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalRecurrenceRule.h:51:
error: syntax error before 'NSUInteger'
		/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalRecurrenceRule.h:55:
error: syntax error before 'NSUInteger'


What am I missing?

Thanks for any help!


--
Jeff Hellman
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

  • Follow-Ups:
    • Re: 10.4 --> 10.5
      • From: Chris Espinosa <email@hidden>
  • Prev by Date: Re: Downgrading the iPhone OS
  • Next by Date: Re: 10.4 --> 10.5
  • Previous by thread: Re: receiving: "warning: ignoring #pragma mark"
  • Next by thread: Re: 10.4 --> 10.5
  • Index(es):
    • Date
    • Thread