Re: Shell Script Build Phases - wait until I'm finished!
Re: Shell Script Build Phases - wait until I'm finished!
- Subject: Re: Shell Script Build Phases - wait until I'm finished!
- From: Dave Camp <email@hidden>
- Date: Wed, 29 Oct 2003 09:22:52 -0800
A better place to ask that would be the XCode list.
However, the first thing that comes to mind would be put it in another
target that has a dependency on the app target. Non-optimal, but it
would probably work.
Dave
On Oct 28, 2003, at 1:42 PM, Charles Srstka wrote:
My project has a shell script build phase that copies my .app bundle
to my distribution folder, deletes pbdevelopment.plist, etc. This
worked fine in Jaguar, and worked fine in Xcode before I upgraded the
target to Native (d'oh!). Now, since I have a dual processor machine,
the shell script runs at the same time as my app is linking, so that
the version that gets copied to my dist folder has no binary inside
its bundle. This is really annoying - how can I get the shell script
phase to wait up until the app is done linking?
Thanks in advance,
Charles
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
---
The path of least resistance, it's not just for electricity any more.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.