Questions tagged [provisioning]

Act of obtaining resources for usage.

Act of obtaining resources for usage.

Examples of items commonly provisioned include:

  1. Virtualized Servers
  2. Security Certificates
1087 questions
18
votes
4 answers

How can I find exactly what my codesign identity is?

I need to know exactly what my codesign identity is. Where can I find that? And what is the usual format for a codesign identity? Thank you!
SirRupertIII
  • 12,324
  • 20
  • 72
  • 121
17
votes
2 answers

Create iOS "In-House and Ad Hoc" certificate option disabled

My client's iOS In-House provisioning profiles are about to expire in 2 weeks. So to renew them, I wanted to create a new In-House certificate. But when clicking "Add" the In-House and Ad Hoc option is disabled. What could be the cause of this? I…
Andy
  • 29,707
  • 9
  • 41
  • 58
17
votes
5 answers

too few items in teams

I am trying to set up a new machine with XCode and my developer account and keep running into the following error while trying to refresh provisioning profiles from the Organizer: Too few items in Property/teams/Entity/Developer I have followed…
Preston Lewis
  • 309
  • 1
  • 2
  • 10
17
votes
4 answers

Submit an OSX App with helper App in its bundle

I'm really going mad with this problem! I have an app that contains a simple Helper app which manages the login item for the Main app. When I try to submit the app I get errors related to the provisioning profile and the entitlements. I'm sure that…
MatterGoal
  • 16,038
  • 19
  • 109
  • 186
16
votes
3 answers

Using iOS Developer Enterprise Program for beta testing?

We are considering using the iOS Enterprise Developer Program to better support continuous integration and wireless distribution for our in-house beta testing. We have an app built that we put distribute in the AppStore using our regular developer…
toofah
  • 4,455
  • 4
  • 31
  • 42
16
votes
3 answers

Terraform - should I use user_data or provisioner to bootstrap a resource?

It seems like I can use either user_data with a template file or a "remote-exec" provisioner with inline commands to bootstrap. So which one is considered more idiomatic?
Chris
  • 953
  • 11
  • 16
16
votes
3 answers

Where does xcode take application's Identifier from?

I think my head soon explode. I've been working on my application for some time and finally git an iPhone for testing on device, now I'm trying to run my app on iphone but can't do it. I've done all necessary steps but getting an error …
Burjua
  • 12,506
  • 27
  • 80
  • 111
15
votes
3 answers

Ansible, role not found error

I try to play following playbook against localhost to provision Vagrant machine --- - hosts: all become: yes roles: - base - jenkins I have cloned necessary roles from github and they resides in a relative path roles/{role…
Tuomas Toivonen
  • 21,690
  • 47
  • 129
  • 225
15
votes
5 answers

How do detect that cloud-init completed initialization

I am configuring an OpenStack box using cloud-init/cloud-config. I intend to wait until it is fully configured before I start using it. This is not all that hard to do using some marker file or detecting if the cloud-init process is still running,…
Oliver Gondža
  • 3,386
  • 4
  • 29
  • 49
14
votes
6 answers

How to Remove/Disable Provisioning Profile Expiration Warning

I have a few provisioning profiles on my iPhone/iPad device. Every day it annoys me with the following messagebox: "Provisioning Profile Expiration: The provisioning profile X will expire in Y days" With two buttons: "Show Me" and "Remind Me"...…
Shai UI
  • 50,568
  • 73
  • 204
  • 309
14
votes
5 answers

xcode cannot find the software image to install this version

I'm new to xCode development and struggling my way through the provisioning system trying to run a Hello World app on a real device. I went through al steps and everything seems fine but one thing: When i click my device (Iphone 3G running IOS…
Overbeeke
  • 2,006
  • 3
  • 22
  • 23
14
votes
7 answers

Xcode apple developer certificate expiration: (0xE8008018)

Just for the record: I had a stranger response from Xcode when I tried to run my app on my device. Please verify that your device's clock is properly set, and that your signing certificate is not expired. (0xE8008018). My certificate expires…
Jan ATAC
  • 1,212
  • 1
  • 18
  • 36
14
votes
3 answers

AdHoc provisioning - what's the easiest way to add a few more devices to an existing project that's still in development?

I have a project that I've been working on for a while. It is a standard Xcode/Objective-C iPhone app. I created the provisioning file for my device and a couple others. Now I would like to add a few people as testers. Do I need to download and…
me.
  • 235
  • 1
  • 2
  • 6
14
votes
4 answers

iOS: What are DISTRIBUTION provisioning profiles used for?

This might have been asked lots of times, but still I couldn't find info on why are they needed. I use DEVELOPER prov profiles to test apps on my device, that makes sense. The Provisioning Portal explains prov profiles like this: A Provisioning…
13
votes
7 answers

Xcode 4.3.1 "A valid provisioning profile for this executable was not found"

Tonight I upgraded from Snow Leopard to Lion, and upgraded to Xcode 4.3.1 (iOS 5.1). And now when I try and run debug mode on my device (iPad) I get "A valid provisioning profile for this executable was not found". I have tried every suggestion in…
Joel
  • 15,654
  • 5
  • 37
  • 60