Re: xcodebuild problem: project's build script not running
Re: xcodebuild problem: project's build script not running
- Subject: Re: xcodebuild problem: project's build script not running
- From: Chris Hanson <email@hidden>
- Date: Wed, 9 Apr 2008 12:16:30 -0700
On Apr 9, 2008, at 8:46 AM, Dennis Christopher wrote:
The build script calls xcodebuild as follows:
xcodebuild -project "name".xcodeproj -target "name".app -
configuration Release clean build
this has worked well for quite a while but recently a problem has
come up with the resultant
binary being too large. Investigation reveals that a run script
build phase that calls strip on the
executable is not being activated (or is being activated and is
failing somehow.)
Your shell script build phase was probably changed to have its "run
only when installing" option turned on. That means the phase will
only be run as part of an xcodebuild install, not an xcodebuild build.
-- 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