'Copy Files Build Phase' is empty of file reference
'Copy Files Build Phase' is empty of file reference
- Subject: 'Copy Files Build Phase' is empty of file reference
- From: Lance Drake <email@hidden>
- Date: Fri, 14 Jan 2005 14:36:53 -0700
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