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
28
votes
10 answers

Xcode 6.3 - You already have a current iOS Development certificate or a pending certificate request

Xcode as of 6.3 is no longer allowing me to automatically perform device provisioning for a client. Has anyone else experienced this issue? I found no results when searching for this on Google... This client has their own bundle ID and it's…
dave
  • 1,150
  • 1
  • 13
  • 22
28
votes
2 answers

Chef: Why are resources in an "include_recipe" step being skipped?

Chef seems to be processing resources in a strange order, causing my build to fail. My main recipe (mytardis-chef/site-cookbooks/recipes/default.rb) starts like this: include_recipe "build-essential" include_recipe "mytardis::deps" include_recipe…
Steve Bennett
  • 114,604
  • 39
  • 168
  • 219
27
votes
2 answers

Is it possible to make an eclipse p2 provisioning mechanism running *locally*?

Eclipse 3.4[.x] - also known as Ganymede - comes with this new mechanism of provisioning called p2. "Provisioning" is the process allowing to discover and update on demand some parts of an application, as explained in general in this article on the…
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
24
votes
1 answer

How to convert a Vagrant box to a Docker image

I saw that it's possible to convert a Docker image into a Vagrant box. Is there a way to convert a Vagrant box into a Docker image?
Roman Iuvshin
  • 1,872
  • 10
  • 24
  • 40
23
votes
3 answers

Can I change the Bundle Identifier in my app after it's been approved?

I've got my app approved a while ago and used the * provisioning profile so I created somehting like: com.mydomain.MyApp but now I have the necessity of adding push notifications and I can't due I am using the * provisioning profile and it needs to…
Dabor Troppe
  • 273
  • 1
  • 3
  • 6
22
votes
4 answers

Display the time it takes each vagrant ansible task to complete

I'm converting a vagrant provisioner from shell to ansible and I was wondering if there's any option to show the actual time it takes to complete each task? Ideally I want to benchmark the difference between installing multiple packages in yum using…
Raath
  • 689
  • 1
  • 6
  • 21
22
votes
5 answers

valid provisioning profile matching the application's Identifier could not be found

I'm trying to test my app on my device and am hitting the error stating "A valid provisioning profile matching the application's Identifier 'com.mycompany.MyApp' could not be found". I've read many similar posts here on SO but none have been able…
bobsmells
  • 1,359
  • 2
  • 11
  • 22
21
votes
5 answers

How to change the App ID associated with my (Xcode managed) Team Provisioning Profile

I constantly struggle to get my codesigning to work. I'm trying to get a good generic provisioning profile that will work for all my apps during development. They're always failing codesign, but they also always install on my phone. Go…
Steve
  • 6,332
  • 11
  • 41
  • 53
21
votes
3 answers

Vagrant provision live output

Is there a way to get Vagrant to display the output of the provisioning tool as it runs, rather than just at the end? I'm using the Ansible plugin if that matters. Vagrant appears to run the entire config.vm.provision section collecting the output,…
21
votes
1 answer

iPhone Push Notification Problem with Ad Hoc Provision

The iPhone i'm developing with (building the application to, not installed via ad-hoc) receives push notifications as it should. I've got an application that just sends dummy push notifications on command, and the dev iphone receives them…
jtrim
  • 3,465
  • 4
  • 31
  • 44
20
votes
7 answers

iPhone Team Provisioning Profile - Invalid

On the iPhone Provisioning Portal, it shows my iPhone Team Provisioning Profile is Invalid. There is a "Managed by Xcode" text. The "renew" button is disabled. How can I fix that? Thanks
ohho
  • 50,879
  • 75
  • 256
  • 383
20
votes
10 answers

XCode 6 and Ad-Hoc distribution without XC: provisioning

Yesterday I've downloaded Xcode 6 and now I have got a problem I can't solve. In my member center I've got valid certificate and ad-hoc provisioning (distribution). Till yesterday, in Xcode 5 if I wanted to add my .ipa to TestFlight I was using…
Roval
  • 508
  • 1
  • 4
  • 21
20
votes
2 answers

Where to put Elastic Beanstalk config commands that are only run once on spin-up?

I know I can put commands in my source code in .ebextensions/*.config using the commands array. These are executed on every deploy however. What about if I want to execute a configuration command only once when spinning up a new instance?
19
votes
1 answer

Do I need to rebuild application after adding a new iPhone in ad hoc distribution?

I'm using Ad Hoc distribution to send preview/beta version of my iPhone apps to customers for approval. I'm always sending a zipped application and mobileprovision files. Sometimes however I encountered situation when nothing in the application…
RaYell
  • 69,610
  • 20
  • 126
  • 152
19
votes
6 answers

Provisioning Profile "Team" is "Unknown"

Today I updated my Ad Hoc provisioning profile to include new devices using the developer provisioning portal. The update went normally, but after downloading the updated profile, the "Team" field in XCode's Organizer shows "Unknown." When building…
user441669
  • 1,054
  • 1
  • 10
  • 23
1 2
3
72 73