• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: xcodebuild problem: project's build script not running
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xcodebuild problem: project's build script not running


  • Subject: Re: xcodebuild problem: project's build script not running
  • From: Dennis Christopher <email@hidden>
  • Date: Wed, 9 Apr 2008 15:20:42 -0400

Thanks, Chris. I checked that, though, and the option is turned off.

--Dennis
On 9-Apr-08, at 3:16 PM, Chris Hanson wrote:

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
References: 
 >xcodebuild problem: project's build script not running (From: Dennis Christopher <email@hidden>)
 >Re: xcodebuild problem: project's build script not running (From: Chris Hanson <email@hidden>)

  • Prev by Date: Re: xcodebuild problem: project's build script not running
  • Next by Date: Re: Possible GCC Bug?
  • Previous by thread: Re: xcodebuild problem: project's build script not running
  • Next by thread: Oops, I Broke Xcode
  • Index(es):
    • Date
    • Thread