Shell Script Build Phases - wait until I'm finished!
Shell Script Build Phases - wait until I'm finished!
- Subject: Shell Script Build Phases - wait until I'm finished!
- From: Charles Srstka <email@hidden>
- Date: Tue, 28 Oct 2003 15:42:09 -0600
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.