Re: Xcode-users Digest, Vol 3, Issue 501
Re: Xcode-users Digest, Vol 3, Issue 501
- Subject: Re: Xcode-users Digest, Vol 3, Issue 501
- From: Chris Espinosa <email@hidden>
- Date: Wed, 19 Jul 2006 13:13:08 -0700
On Jul 19, 2006, at 12:31 PM, Rick Altherr wrote:
Hmm - that doesn't seem to do much in terms of resolving the path issue. I still get the "command not found" error in Xcode while I can still confirm that I can invoke arm-elf-gcc in a normal bash shell. Are you also talking about issuing build commands from the command line?
Don't suppose anybody else has any insight into this...
Xcode invokes shells to process both makefiles ("External Targets") and Run Script build phases, but it doesn't execute shell startup scripts (like .cshrc, etc.) because those are fragile and dependent on the logged-in user.
If you need your script to depend on environment variables, set them as build settings in the project or target, and they'll be passed as explicit environment variables to the makefile or Run Script build phase.
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