• 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: Running app after xcode build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running app after xcode build


  • Subject: Re: Running app after xcode build
  • From: "Shawn Erickson" <email@hidden>
  • Date: Wed, 30 Aug 2006 09:21:48 -0700

On 8/30/06, Carl Smith <email@hidden> wrote:

Does anyone know if there is a way to run a separate application after an
xcode build? I want to run an integrity test application on the finalized
result of my xcode project but I would like to set up some automation so it
will do the required run after the xcode has finished compiling.

You can do this a few ways...

1) Write a script that uses xcodebuild (man xcodebuild) to build the
project and in that script do whatever else you want.

2) Use a shell script phase in a target to run whatever you want and
have that target depend on the target that builds the product you are
going to test. (multiple variations of this type of solution)

3) You can add custom executables to the xcode project and select those to run.

etc.

-Shawn
_______________________________________________
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: 
 >Running app after xcode build (From: "Carl Smith" <email@hidden>)

  • Prev by Date: Re: Running app after xcode build
  • Next by Date: Re: __Unwind_Resume, again.
  • Previous by thread: Re: Running app after xcode build
  • Next by thread: Sampler crashes - missing Graphite.framework
  • Index(es):
    • Date
    • Thread