Re: AddressBook.framework in Xcode: Reference vs Copy
Re: AddressBook.framework in Xcode: Reference vs Copy
- Subject: Re: AddressBook.framework in Xcode: Reference vs Copy
- From: email@hidden
- Date: Tue, 17 Jun 2008 10:46:04 -0700 (PDT)
Point Taken. Thanks.
Hmm... I was referencing the SAME variables & methods within my Desktop Cocoa Application and it worked fine.
So, I figured that even if the platform is not appropriate, I would get a logic error rather than compilation error.
That is, the build should succeed but running it would blow up.
Anyway, ... I've done all I can.
Obviously I'm treading where I'm not supposed to tread.
So I'll 'mimic' how it should work. That should buy me some time.
Ric.
Vaporware, Inc.
On 06/17/2008 10:23 Bill Bumgarner wrote ..
> On Jun 17, 2008, at 9:17 AM, Chris Espinosa wrote:
> > My guess is that while you added the framework to your *project*,
> > you didn't add it to the Link Binaries phase of your *target*. Or
> > you added the framework from the wrong SDK, or used the wrong
> > reference style for the SDK.
>
> Wrong SDK. To put it in non-NDA-violating terms, if you want to
> target the AddressBook.framework for something other than the OS you
> are running on your development machine, you need to add the
> AddressBook.framework found in the appropriate SDK.
>
> The capabilities and APIs available in different versions of the
> frameworks can vary significantly.
>
> b.bum
On 06/17/2008 10:23 Bill Bumgarner wrote ..
> On Jun 17, 2008, at 9:17 AM, Chris Espinosa wrote:
> > My guess is that while you added the framework to your *project*,
> > you didn't add it to the Link Binaries phase of your *target*. Or
> > you added the framework from the wrong SDK, or used the wrong
> > reference style for the SDK.
>
> Wrong SDK. To put it in non-NDA-violating terms, if you want to
> target the AddressBook.framework for something other than the OS you
> are running on your development machine, you need to add the
> AddressBook.framework found in the appropriate SDK.
>
> The capabilities and APIs available in different versions of the
> frameworks can vary significantly.
>
> b.bum
_______________________________________________
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