Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to move provisioning profile to a new dev box

I've installed xcode 5.1 on a new development machine - how can I install my old provisioning profile?

Right now my provisioning profile works fine on my old Mac - do I need to disable it on old mac to be able to use it on the new one?

I've tried running a project on a device and I get the following:

Your account already has a valid certificate If you have your signing identity on another Mac, you can import a developer profile. You can also revoke the current certificate and request one again.

I clicked on: Revoke and Request, but I get the message: No code signing identity found.

like image 793
1110 Avatar asked Apr 03 '14 09:04

1110


People also ask

How do I update Team Provisioning Profile iOS?

Take Xcode -> Preference... Select account and press 'View Details...' Press 'Download All' button in bottom-left corner. New set of Team Provisioning Profiles will be downloaded.

What is an Apple provisioning profile?

A provisioning profile links your signing certificate and App ID so that you can sign apps to install and launch on iOS devices. You must have a development provisioning profile to sign apps for use with iOS Gateway version 3.4 and later.

How do I create a provisioning profile?

Using iOS Provisioning Portal, create a development provisioning profile to specify which developers on your team can sign an app, or suite of apps, and specify a set of devices to run and test those apps. Only team agents and admins can create development provisioning profiles.

How do I create a provisioning mode for box?

Select Box from the search results, and add it to your list of applications. Select your instance of Box, then select the Provisioning tab. Set the Provisioning Mode to Automatic. Under the Admin Credentials section, click Authorize to open a Box login dialog in a new browser window.

How do I enable provisioning of Active Directory user accounts to box?

Single sign-on can be configured independently of automatic provisioning, though these two features compliment each other. The objective of this section is to outline how to enable provisioning of Active Directory user accounts to Box. In the Azure portal, browse to the Azure Active Directory > Enterprise Apps > All applications section.

How do I export my Developer profile to another computer?

From the Organiser, on the devices tab, you can export your developer profile to a file which you can then import into Xcode on another computer.


1 Answers

See here:

https://developer.apple.com/library/ios/recipes/xcode_help-accounts_preferences/articles/export_signing_assets.html

You are able to export the profile and import it to a new machine.

Alternatively if you've gotten into a "bad" state you can (i believe) generate a new profile and import it to both machines. I've successfully managed to export and import a profile once, but the last time I tried it i ended up doing something wrong and just regenerated new profiles

like image 145
Jeef Avatar answered Oct 08 '22 03:10

Jeef