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: Scott Tooker <email@hidden>
- Date: Tue, 4 Mar 2008 11:48:08 -0800
On Mar 4, 2008, at 11:29 AM, Jerry Krinock wrote:
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 */
Hmm, if you go and look at an individual configuration in the UI, is
the value shown in bold?
At this point, it certainly seems like there is a possible bug here.
Scott
_______________________________________________
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
References: | |
| >Setting is not defined in Project, Target or Application level, but not default either. (From: Jerry Krinock <email@hidden>) |
| >Re: Setting is not defined in Project, Target or Application level, but not default either. (From: Scott Tooker <email@hidden>) |
| >Re: Setting is not defined in Project, Target or Application level, but not default either. (From: Jerry Krinock <email@hidden>) |
| >Re: Setting is not defined in Project, Target or Application level, but not default either. (From: Scott Tooker <email@hidden>) |
| >Re: Setting is not defined in Project, Target or Application level, but not default either. (From: Jerry Krinock <email@hidden>) |