• 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: 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


  • Follow-Ups:
    • Re: xcodebuild problem: project's build script not running
      • From: Dennis Christopher <email@hidden>
References: 
 >xcodebuild problem: project's build script not running (From: Dennis Christopher <email@hidden>)

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