Re: cd
Re: cd
- Subject: Re: cd
- From: Chris Espinosa <email@hidden>
- Date: Thu, 2 Feb 2006 16:17:10 -0800
On Feb 2, 2006, at 8:20 AM, Bill Meikle wrote: my build is failing because this first cd it does is looking for a wrong directory
Your build is not failing because of the cd, because the cd in the build log is issued only for your convenience should you try to copy and paste the instructions out of the build transcript and execute them. Xcode doesn't actually invoke the 'cd' tool during a build.
Most of your build settings are resolved to absolute paths at build time before being passed to tools like the compiler. If there is an error, it is in what those paths are set to, not in the 'cd' shown in the build log.
Perhaps if you would show us the actual tool invocation and the specific error you're getting, we could help you.
Chris
|
_______________________________________________
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: | |
| >cd (From: Bill Meikle <email@hidden>) |