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

Xcode - iPhone - profile doesn't match any valid certificate-/private-key pair in the default keychain

I tried to add my iPhone to Xcode4 to test my Application on it. I added the device in the Apple Developer-Center and downloaded the Provision-Profile. We pay 99$ per month for the account and I'm not the only person who use this account. So there…
Kevin Glier
  • 1,346
  • 2
  • 14
  • 30
48
votes
2 answers

iphone app: how to renew an expired distribution certificate through the iOS provisioning portal

My distribution certificate is tied to an app, that I have distributed ad hoc to number of field employees, and it says it's going to expire tomorrow. When I go into the iOS provisioning portal, I go to the certificates link, and then the…
ABB
  • 557
  • 2
  • 8
  • 12
47
votes
6 answers

Setting a provisioning profile from within xcodebuild when making iPhone apps

I'm using xcodebuild to compile my iPhone app from the command line. Is there a way to pass in some sort of option to set the provisioning profile? There seems to be not very much information about xcodebuild in general.
Steve Klabnik
  • 14,521
  • 4
  • 58
  • 99
46
votes
12 answers

Application could not be verified error when building app for iPhone device

OK, I've just got myself a shiny new MacBook Pro, and having been developing my iPhone app on another MacBook, I wanted to migrate my development to my new computer. I've got to the stage where I can build the app and run it on the simulator no…
Codebeef
  • 43,508
  • 23
  • 86
  • 119
46
votes
5 answers

Developing for iOS on multiple computers, testing on a single device, advice?

I was looking for some advice on provisioning profiles / certificates etc... I use an iMac at work to develop on, and I also sometimes find myself checking out my code from git onto my MacBook Pro at home but I always run into issues when I want to…
Daniel
  • 23,129
  • 12
  • 109
  • 154
46
votes
16 answers

iPhone -- renew team provisioning profile

In the provisioning portal, the "renew" button for my team provisioning profile is grayed out. And said profile is expired. How can I renew it? EDIT: I found the "automatic device provisioning" checkbox and "refresh" button in the organizer in…
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
40
votes
7 answers

Code Sign error: Application Identifier 'com.reapptive.Floors2Go' which doesn't match the current setting 'com.reapptive.Floors2Go'

I updated my provisioning profile to include some more devices for Ad-Hoc testing,I added this new profile and removed the old and now I am getting this error: Code Sign error: Provisioning profile 'Floors2Go' specifies the Application Identifier…
Jonny Heald
  • 849
  • 7
  • 11
37
votes
2 answers

Vagrant provisioning shell vs puppet vs chef

I have the following setup: Many different projects which are separate git repositories, but all have mostly the same server configuration Each project in turn depends on many other projects and we use the composer dependency manager to get them…
mpaepper
  • 3,952
  • 3
  • 21
  • 28
35
votes
6 answers

Specify Vagrantfile path explicity, if not plugin

Is there any way to explicity specify the path of a Vagrantfile? My company wants to do something like this: For testing on a confluence machine, type a command like vagrant spinup confluence, and then point that to a Vagrantfile in a different…
34
votes
2 answers

How do you get to the XCode Provisioning Organizer?

How do you get to the XCode Provisioning Organizer?
Daniel Kivatinos
  • 24,088
  • 23
  • 61
  • 81
32
votes
1 answer

docker-compose: how to see file-changes instantly (when developing)

I am new to docker, so this may seem very basic to you, anyway - its freaking me out at the moment. I decided to develop a new web-project ontop of containers, of course i thought about docker. After finishing the tutorial and reading some…
Philipp Wrann
  • 1,751
  • 3
  • 19
  • 29
31
votes
4 answers

How to solve "Application failed codesign verification" when uploading to iTunes Connect?

I've got a problem that I couldn't solve with a deep search in different resources as most of the "similar" points out to be an error with Icon.png size, etc... I've tried to upload my application after verifying that: Correctly builds and run on…
Cy.
  • 2,125
  • 4
  • 26
  • 35
31
votes
16 answers

Code sign error with Xcode 3.2

I had a fully working build environment before upgrading to iPhone OS 3.1 and Xcode 3.2. Now when I try to do a build, I get the following: Code Sign error: Provisioning profile 'FooApp test' specifies the Application Identifier…
quux
  • 487
  • 1
  • 4
  • 9
29
votes
10 answers

Why move your Javascript files to a different main domain that you also own?

I've noticed that just in the last year or so, many major websites have made the same change to the way their pages are structured. Each has moved their Javascript files from being hosted on the same domain as the page itself (or a subdomain of…
Tim Farley
  • 11,720
  • 4
  • 29
  • 30
29
votes
7 answers

Passing variable to a shell script provisioner in vagrant

I'm using a simple shell script to provision software for a vagrant setup as seen here. But can't figure out a way to take the command line arguments passed in to vagrant and send them along to an external shell script. Google reveals that this was…
user1391445
  • 731
  • 1
  • 9
  • 22
1
2
3
72 73