Re: XCode 2.1 and Copy Files
Re: XCode 2.1 and Copy Files
- Subject: Re: XCode 2.1 and Copy Files
- From: Matt Neuburg <email@hidden>
- Date: Thu, 21 Jul 2005 12:59:59 -0700
On Tue, 19 Jul 2005 09:22:55 -0700, Chris Espinosa <email@hidden> said:
>This should "just work." If you could describe how your project is
>set up to "pick up" the framework, and what the failure mode is, that
>would be very helpful. What we've seen so far is that projects are
>referring to built products relative to $(SYMROOT), when they should
>be relative to $(BUILT_PRODUCTS_DIR).
Apple's own code sometimes makes a similar mistake. For example, on this
page:
http://developer.apple.com/cocoa/applescriptforapps.html
Look at Figure 8 and the shell script code just after it. That shell script
is wrong. It says to use $BUILD_DIR, but as you rightly say, it needs to be
$BUILT_PRODUCTS_DIR or it won't work (because of these Deployment /
Development folders that Xcode is suddenly generating). m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide
<http://www.amazon.com/exec/obidos/ASIN/0596005571/somethingsbymatt>
_______________________________________________
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