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
12
votes
1 answer

"a valid provisioning file for this executable was not found" in XCode

I'm trying to submit my second app to the App Store. I've followed all the instructions to the best of my knowledge, but I keep getting this error when I try to build and run: "a valid provisioning file for this executable was not found" I'm letting…
dbonneville
  • 2,079
  • 4
  • 19
  • 26
12
votes
4 answers

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

This has been asked before, but the answers to previous questions are not solving my issue. I'm trying to build a simple Hello World app called (CalculatorBrain) from Stanford iTunes U courses. I can run it in the Simulator fine, but I'd like to get…
chris P
  • 6,359
  • 11
  • 40
  • 84
12
votes
3 answers

How to add new Device UDID to an existing provisioning profile in the new pattern

I just want to add new device UDID to an existing provisioning profile, to modify the provisioning profile i clicked "Generate" but its showing to download, there is no way to add devices there... please consider my problem respond to me . thank…
12
votes
2 answers

iOS provisioning, team ID confusion

I am a member of 3 registered iOS Development teams: My individual iOS Developer account. My business iOS Developer account team. My client's iOS Developer account team. I would now like to use the iOS Provisioning Portal to create a new App…
Snips
  • 6,575
  • 7
  • 40
  • 64
11
votes
2 answers

Terraform, How to run the provisioner on existing resources?

My question is similar to this git hub post: https://github.com/hashicorp/terraform/issues/745 It is also related to another stack exchange post of mine: Terraform stalls while trying to get IP addresses of multiple instances? I am trying to…
Alex Cohen
  • 5,596
  • 16
  • 54
  • 104
11
votes
5 answers

Multiple computers with a standard iPhone developer program

I have enrolled on the standard iPhone Developer Program and I've successfully created a provisioning profile for my iMac. But I also have a MacBook Pro that I use to work while I'm traveling. But with the standard iPhone Developer Program there…
Tiago Fael Matos
  • 2,077
  • 4
  • 20
  • 34
11
votes
3 answers

Could not retrieve information from environment production source

I'm using puppet as my provisioner in one of my vagrant project. I'm trying to add a module for a custom bash_profile. The module_path for puppet is set to: puppet.module_path = "puppet/modules" The class for my bash_profile module looks like…
Chris Schmitz
  • 20,160
  • 30
  • 81
  • 137
11
votes
2 answers

Chef correct way to load new rpm and install package

I am trying to install the latest version of php on a centos box and am struggling. The cookbook i have been looking at is the opscode one: https://github.com/opscode-cookbooks/php It doesnt look like i can install php 5.5 using that. To install…
Marty Wallace
  • 34,046
  • 53
  • 137
  • 200
11
votes
4 answers

Is it possible to debug chef recipes from the vagrant box?

i'm struggling with the chef recipes for a vagrant box. I'm using chef-solo. I'm not so comfortable with Ruby (i've never used it before), so the process to write my recipes is very long if i have to do vagrant provision each time. Is there a way to…
apelliciari
  • 8,241
  • 9
  • 57
  • 92
10
votes
4 answers

ios: How do I add a new UDID to provisioning profile without a tethered device?

I know how to add from the web portal, but this particular provisioning profile is marked as "Managed by Xcode", therefore, I need to either stop managing from xcode or add a UDID into the profile from Xcode. I cannot find any way to "stop managing"…
mobibob
  • 8,670
  • 20
  • 82
  • 131
10
votes
7 answers

iPhone provisioning profile problem

My iPhone application runs fine in the simulator. I'm trying to deploy it onto a physical iPhone. When I install the provisioning profile, my Organizer says "A signing identity matching this profile could not be found in your keychain." I can't…
Eric Mills
  • 121
  • 1
  • 1
  • 5
10
votes
1 answer

How do I get the signature checksum of my APK that is signed with only the v2 scheme?

I previously posted a question on how to get the signature checksum of my APK here: How do I get the signature checksum of my APK? The answer is perfect if an app is signed with the v1 signature scheme or the combination v1/v2 signature schemes.…
10
votes
6 answers

How to automatically set up a development environment?

I have been tasked to set up a Java based development environment across multiple Windows machines. The problem is that I want to the process to be done automatically and easily on each machine so the developers don't have to waste time downloading…
Nadav
  • 1,792
  • 2
  • 16
  • 20
10
votes
2 answers

Does an iPhone Enterprise provisioning profile need to specify phone UUIDs like an ad-hoc provisioning profile does?

We are an iPhone Developer Program member. We've got a DUNS number but not the 500 employees necessary to join the iPhone Developer Enterprise Program. Therefore I can can't see how things exactly operate for the Enterprise level. But we have…
Chris Markle
  • 2,076
  • 4
  • 25
  • 46
10
votes
2 answers

Updating path in Vagrant using shell provisioning

I am using Vagrant to deploy a virtual machine with several installed packages using shell provisioning. One of the packages needs an update of path to be used properly which I wasn't able to do. These are the contents of my Vagrantfile: # -*-…
Matt
  • 2,289
  • 6
  • 29
  • 45