Re: PBXCp error in deployment build to /Library/Frameworks
Re: PBXCp error in deployment build to /Library/Frameworks
- Subject: Re: PBXCp error in deployment build to /Library/Frameworks
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 2 Jan 2005 19:43:49 +0000
On Sun, 2 Jan 2005 12:53:42 -0600, Andy Wiese <email@hidden> wrote:
> Using Xcode 1.5,
> the deployment build for a framework works fine when I have
> INSTALL_PATH set to $(USER_LIBRARY_DIR)/Frameworks, but I get the
> following error when I try to use an INSTALL_PATH of
> $(SYSTEM_LIBRARY_DIR)/Frameworks:
If you look in the Build Settings release notes, you'll see that
SYSTEM_LIBRARY_DIR is /System/Library, which is reserved by Apple and
is only root-writeable as a result.
You want LOCAL_LIBRARY_DIR for /Library (and remember that only admin
users can write to /Library).
-- Finlay
_______________________________________________
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