• 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: Using xcodebuild to trigger build and archive feature of Xcode..?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using xcodebuild to trigger build and archive feature of Xcode..?


  • Subject: Re: Using xcodebuild to trigger build and archive feature of Xcode..?
  • From: Coleman Nitroy <email@hidden>
  • Date: Mon, 31 Jan 2011 09:56:57 -0800

On Jan 25, 2011, at 7:47 , Shawn Erickson wrote:

> Is it possible to use xcodebuild to trigger the build and archive
> feature of Xcode? ...or at least trigger the creation of an ipa from
> the commandline?

I recently stumbled upon the xcrun tool that may be of use to you. I am able to use it to build an ipa in some of our build scripts.

Example from my build script for an iOS application:

xcrun -sdk iphoneos PackageApplication build/Release-iphoneos/*.app -o "$OUTPUT_DIR/$APPLICATION_NAME.ipa" --sign "Coleman Nitroy" --embed "$PATH_TO_PROV_PROFILE"

--
Coleman Nitroy
508.615.5521
email@hidden

 _______________________________________________
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: 
 >Using xcodebuild to trigger build and archive feature of Xcode..? (From: Shawn Erickson <email@hidden>)

  • Prev by Date: Rez tool: SysError 0 during read
  • Next by Date: Re: Interface Builder: How can I add images to the Image combo popup in Attributes
  • Previous by thread: Using xcodebuild to trigger build and archive feature of Xcode..?
  • Next by thread: no previous prototype for function that is defined in header?
  • Index(es):
    • Date
    • Thread