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
6
votes
2 answers

Is a graceful reload idempotent for ansible?

We're now investigating Ansible to provision our servers. It's quite a default nginx, php-fpm & mysql setup. However, I am wondering about installation of these packages and how to make the playbook idempotent with the services running. For nginx,…
Jurian Sluiman
  • 13,498
  • 3
  • 67
  • 99
6
votes
2 answers

Cannot install NPM on Vagrant during provision

During Vagrant Shell provision I try to install NodeJS and NPM on Debian Wheezy. Script is (from guide https://github.com/joyent/node/wiki/backports.debian.org): sudo echo "deb http://ftp.us.debian.org/debian wheezy-backports main" >>…
Terion
  • 2,396
  • 3
  • 28
  • 42
6
votes
2 answers

Is there a way to add a device to a provisioning profile without using Apple developer portal?

Apple developer portal is down since more than a day, is there a way to add a device to a provisioning profile without using http://developer.apple.com/iphone/? I am wondering if XCode 4.5 has some functionality that allows this, however, from…
mm24
  • 9,280
  • 12
  • 75
  • 170
6
votes
2 answers

Renew / Revoke ios distribution certificates - effect on ad-hoc users

My distribution certificate is about to expire and I would like to know: If I revoke it and create a new one, will my current testers' apps stop working? These testers are using a version of the app build with an ad-hoc provisioning profile. These…
theDuncs
  • 4,649
  • 4
  • 39
  • 63
6
votes
1 answer

Rename xcode generated provisioning profile

XCode creates and manages a provisioning profile for wildcard apps. I would like to change the profile name so it's not so easily mixed with other wildcard profiles from other teams. Is this possible? How?
6
votes
2 answers

Chef-Solo "undefined method `[]' for nil:NilClass"

I just installed a fresh CentOS 6.3 VM and disabled SELinux. Below is the exact script that I ran to install Ruby, Chef Solo, and attempted to provision the VM: #!/bin/bash # # Install Chef-Solo if it doesn't exist, then provision the…
Andrew Ellis
  • 1,175
  • 1
  • 12
  • 29
6
votes
1 answer

Can I remove a provisioning profile from Provisioning Portal?

Can I safely remove a Distribution provisioning profile from the Apple Provisioning Portal without the app in the app store being affected?
user1379417
6
votes
2 answers

How to create an open source iOS project?

How would I go about creating an Xcode project for iOS that can be compiled by anyone? What I am trying to do, is to write a simple app and send the whole thing (just archive the whole project folder) to a friend so that he can compile it and test…
Alex Celeste
  • 12,824
  • 10
  • 46
  • 89
5
votes
1 answer

How to get the UDID of a dead iOS device?

I have dead, lost, stolen, etc. iOS devices on my developer account and I've used all 100 slots. I have serial numbers for these devices, but do not know the UDIDs to remove them. Can I do anything but grovel to Apple?
Bruno Bronosky
  • 66,273
  • 12
  • 162
  • 149
5
votes
4 answers

Application failed codesign verification on Xcode 4.0.2 after repeatedly clearing keys, recreating project

I have been getting this problem for almost 4 hours now, getting very frustrated. I have gone through and revoked my certs and provisioning profiles 3 times now and started from scratch. I've also ensured my project was set to use the DISTRIBUTION…
Nektarios
  • 10,173
  • 8
  • 63
  • 93
5
votes
8 answers

Deleted the Team Provisioning Profile:* in the Provisioning Portal, what to do?

I accidentally deleted the Team Provisioning Profile:* in the Provisioning Portal, what should I do now? :/
Peter V
  • 2,478
  • 6
  • 36
  • 54
5
votes
1 answer

Any trick to having multiple iOS development certificates?

I've been doing iOS development for my own company for a couple years. I now need to work on a project for another company. They've made me an admin under their account and I'm staring at the "development certificates" page. Back in the bad old days…
Craig
  • 3,253
  • 5
  • 29
  • 43
5
votes
3 answers

Marketplace app + Provisioning API: check if user is admin

I'm trying to check if a user is admin of their Google Apps domain, in an app installed from the Google Apps marketplace. I added this to manifest.xml: https://apps-apis.google.com/a/feeds/user/#readonly
5
votes
0 answers

Xcode 11.3 - xcodebuild - problem with signing - couldn't find provisioning

I am stuck on the problem of building a project from the command line. I updated macOS from high sierra to Mojave. Input data: In Xcode, I see the necessary data in the Signing & Capabilities tab - Team, Bundle Identifier, Provisioning Profile, and…
Theo Vi
  • 51
  • 4
5
votes
3 answers

Can't upload application from Application Loader

I finished work on an iPhone app in MonoDevelop and got a distribution provision from Apple. In the Release|iPhone build of MonoDevelop I set the 'Iphone App Bundle Signing' option to use the distribution user/provision and I built the app. It…
meds
  • 21,699
  • 37
  • 163
  • 314