AddressBook.framework in Xcode: Reference vs Copy
AddressBook.framework in Xcode: Reference vs Copy
- Subject: AddressBook.framework in Xcode: Reference vs Copy
- From: email@hidden
- Date: Tue, 17 Jun 2008 08:13:53 -0700 (PDT)
Greetings:
I'm working on an iP*e project. I need access to the AddressBook.framework.
Normally I can add the framework via Reference (i.e., add to project w/out COPY selected).
But on this particular platform, I can see the header files, but the project fails to build.
I get numerous fatal (not defined) errors.
However...
If I COPY the AddressBook.framework (25MB), the project builds without the fatal errors.
I'm using the 'import <AddressBook/AddressBook.h>' stmt.
Originally I thought it had something to do with the compiler directive with the header files:
#if MAC_OS_X_VERSION_10_3 <= MAC_OS_X_VERSION_MAX_ALLOWED
But that doesn't appear to be the case, having actually install a full COPY (25MB) into the project and to see it compile.
Any Ideas to this behavior?
I filed a bug with Apple.
Ric.
_______________________________________________
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