Re: Setting is not defined in Project, Target or Application level, but not default either.
Re: Setting is not defined in Project, Target or Application level, but not default either.
- Subject: Re: Setting is not defined in Project, Target or Application level, but not default either.
- From: Jerry Krinock <email@hidden>
- Date: Tue, 4 Mar 2008 11:29:14 -0800
On 2008 Mar, 04, at 11:05, Scott Tooker wrote:
Hmm, I wonder if something went wrong in the upgrade. You might try
grepping the project.pbxproj file for the bogus value and see if it
is explicitly defined in the project file. Otherwise I'm a bit
stumped as to where that is coming from.
Yes, it's in there, as noted below. I notice an odd thing, though. I
have three build configurations but nine "objects" in this
"XCBuildConfiguration section". There are three for each
configuration. I <snip>ped out the other six to reduce the size of
this message.
/* Begin XCBuildConfiguration section */
<snip>...</snip>
1DEB91B208733DA50010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
STRIP_INSTALLED_PRODUCT = NO;
► SYMROOT = "$(SRCROOT)/../../Builds";
};
name = Debug;
};
1DEB91B308733DA50010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
i386,
ppc,
);
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
► SYMROOT = "$(SRCROOT)/../../Builds";
};
name = Release;
};
48A84F730D4EEEBB00418436 /* ReleaseUnstripped */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
i386,
ppc,
);
COPY_PHASE_STRIP = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
STRIP_INSTALLED_PRODUCT = NO;
► SYMROOT = "$(SRCROOT)/../../Builds";
};
name = ReleaseUnstripped;
};
<snip>...</snip>
/* End XCBuildConfiguration section */
_______________________________________________
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