Re: 'Copy Files Build Phase' is empty of file reference
Re: 'Copy Files Build Phase' is empty of file reference
- Subject: Re: 'Copy Files Build Phase' is empty of file reference
- From: Scott Tooker <email@hidden>
- Date: Sat, 15 Jan 2005 23:17:20 -0800
You don't add files to the build phase by dragging them to the
inspector, you add them inline underneath the Copy FIles Build Phase in
the Groups & Files view (as you would do for any build phase).
You might file a bug asking for some clarifying text to be placed in
the inspector.
Scott
On Jan 14, 2005, at 1:36 PM, Lance Drake wrote:
Hi XCode folks,
Gosh knows I have read the instructions - and there just seems to
be something else missing.
To add the Copy Files Build Phase, I follow the instructions, the
inspector window opens, I select the popup menu for desired location
of 'Frameworks', drag the framework of interest into the window... and
the file zooms back to its location in the Groups & Files column.
There is no visual feedback, no indication that anything is happening
and - if I take a peek into the 'project.pbxproj' file - I see the new
item added as looking like this:
7EE2E65E079870650050128C =
{
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = ( );
isa = PBXCopyFilesBuildPhase;
runOnlyForDeploymentPostprocessing = 0;
};
Normally, I would expect to see a number in the 'files' reference - so
obviously, my action of dragging the item into the window has had no
effect. Why? What's missing?
Thanks for sharing whatever may be an explanation for this behavior.
Best Wishes,
Lance Drake
================================================================
FTR - Here's some other info related to the project setup:
4CFCE75A0569CAB500869C79 =
{
buildPhases = ( 4CFCE75B0569CAB500869C79,
4CFCE75F0569CAB500869C79,
4CFCE7630569CAB500869C79,
4CFCE7680569CAB500869C79,
7EE2E65E079870650050128C, );
buildRules = ( );
buildSettings =
{
FRAMEWORK_SEARCH_PATHS = "/Volumes/dev/Projects/NewApp/build ";
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
GCC_WARN_UNKNOWN_PRAGMAS = NO;
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = NewApp.plist;
INSTALL_PATH = "$(HOME)/Applications";
LIBRARY_SEARCH_PATHS = "";
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PREBINDING = NO;
PRODUCT_NAME = NewApp;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = "-Wmost";
WRAPPER_EXTENSION = app;
};
dependencies = ( );
isa = PBXNativeTarget;
name = NewApp;
productInstallPath = "$(HOME)/Applications";
productName = NewApp;
productReference = 4CFCE7720569CAB500869C79;
productType = "com.apple.product-type.application";
};
_______________________________________________
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