Re: Release build wrong executable name, but debug build it correct
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xvFhw8xH094Fx/D4KGmy/mAXuBrWBLrKK6toh7GeCJk=; b=axkoaidiOB4PSQv8VvDfUxR6o0HusZW1NFjkpPrOP7XPiHRfsNxvgiEJ6GvthtYFKc cJysAde8K3VhJbzi4pH/nCrfDjJCVee2HbCjZNM03SlgaOpbERAu7kAaxBVb5p71dedC bP0+7Bo0jVN6txOQNSo/V8Uy1eYDWMW6XF0/4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bflZkYJpOHVmT9dQtHhEeZX2uSYApxuLNJMbsJB5zA+/4aIYxB1xG1EqWCuY2dcfuK QKlrWAbZu0pvEp5gEFndXTR3eZuxaTr7Y1IC+BMbpJqXOgLpnlRuQQSl+hxrCJWMq72d C2yicEC/thaiZeAVUqO2nm09At+jb4PV/01pc= I was looking under the project properties not under target properties. Product name was set to the old value. Thanks! On Tue, Sep 30, 2008 at 5:16 PM, Mark Dawson <marc@mac.com> wrote:
On Tuesday, September 30, 2008, at 01:09PM, "Nick Zitzmann" <nick@chronosnet.com> wrote:
On Sep 30, 2008, at 2:02 PM, David wrote:
Except that it only does it for a debug build. For the release build it reverted back to the old name.
What gives? I can't figure out why its doing this.
Are you sure you have your product name in sync across configurations? In the target's build tab, if you change the configuration to "all configurations", what happens to the product name?
I would check 3 places: - Under Target Info: (1) Check the "General" name (2) Check the "Build", "Product" name
- Under the Executables section (bottom, left of an Xcode project), check to make sure that it has the correct name. Usually the "General" name syncs to the "Executable" name, but not always.
Mark _______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/enki1711%40gmail.com
This email sent to enki1711@gmail.com
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com
participants (1)
-
David