Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7415105
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:14:02+00:00 2026-05-29T07:14:02+00:00

Using the xcodebuild command it is fairly simple to build iPhone projects on a

  • 0

Using the xcodebuild command it is fairly simple to build iPhone projects on a Mac based build server. However an issue I run into, when building a new project is that I need to install the provisioning profile on the machine.

I think it is not a very good practise to check in the provisioning profile along with the code (Is that right?). So how do I make sure that at build time the provisioning profiles are available via some sort of automated mechanism.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T07:14:02+00:00Added an answer on May 29, 2026 at 7:14 am

    You could check the certificates and the private key into your source code control system assuming that they aren’t publicly available.

    Other than that there are two options, either use an automated system builder type tool, such as Chef or roll your own shell script to set up build machines.

    You could create a Chef recipe that builds a new Jenkins based CI server, downloads the provisioning profile (and the private key) from an internal server and installs it into the Jenkins user’s Library/MobileDevices/Provisioning Profiles directory (and login.keychain) on the new CI server.

    You could also automate this part of the setup of the server using a shell script:

    curl -O http://your_server/ABCD.mobileprovision 
    cp ABCD.mobileprovision ~/Library/MobileDevices/Provisioning\ Profiles
    curl -O http://your_server/DeveloperCerts.p12 
    security import DeveloperCerts.p12 -P this_is_your_password -T codesign -T security
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using xcodebuild from the command line to compile several variations of an iPhone
I'm using xcodebuild to compile my iPhone app from the command line. Is there
It is possible to build an iPhone application manually, without using xcodebuild nor an
I'm the build engineer for a new iPhone application and I've run into the
I know how to build an existing Xcode project using xcodebuild, but I also
I'm using xcodebuild to compile my project. I use this on the command line:
I'me getting the following after building from he command line using xcodebuild, ay ideas
How can I define a preprocessor macro when using xcodebuild? I need to build
Using mercurial, I've run into an odd problem where a line from one committer
I am using XCode to build an iPhone application, where I would like to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.