Re: custom copy phase script problems
Re: custom copy phase script problems
- Subject: Re: custom copy phase script problems
- From: Chris Espinosa <email@hidden>
- Date: Sat, 30 Sep 2006 23:17:03 -0700
On Sep 30, 2006, at 10:19 PM, mark wrote: I have a project where I have a custom script that copies two header files to another directory. The header files were stored in main project directory. I decided to move them to there own directory. $SOURCEDIR to $SOURCE/sources
Now the problem is, at the end of compilation, the scripts cannot find the files because they have moved. But for the life of me, I cannot find the scrip to edit it. I have tried modifying the scripts in the build directory, but they keep getting overwritten. I have tried modifying the xcode project bundle files, but that does not work (Xcode now complains it can't save the project).
Find the target in which the script is executed. Turn down its disclosure triangle. Under it are Build Phases; you're looking for a Run Script build phase. Select it and choose Get Info; edit the script there.
You can rename the Run Script build phase to be more descriptive and easier to find.
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