Questions tagged [ios-provisioning]

The process of preparing an application to run on an iOS device.

This is a more suitable tag for many topics than "iphone-provisioning" or "iphone-developer-program".

Questions with this tag may be about:

  • Development and distribution provisioning profiles
  • App IDs
  • iOS Provisioning Portal usage
  • Errors generated by Xcode because of provisioning problems
708 questions
22
votes
9 answers

Xcode won't recognize my new provisioning profile

My app's development provisioning profile expired a couple of weeks ago, so I went to the provisioning portal to get a fresh new one. After obtaining it, I visited the Xcode Organizer, removed the expired profile from my devices as well as my Mac,…
BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
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
2 answers

Apple says "Your iOS Distribution Certificate expiring" what i need to do

I got this mail from Apple. Your iOS Distribution Certificate will no longer be valid in 30 days. To generate a new certificate, sign in and visit Certificates, Identifiers & Profiles. I get some information from StackOverFlow but I want to know…
A.Goutam
  • 3,422
  • 9
  • 42
  • 90
21
votes
2 answers

How do I fix "Missing Private Key" for xcode apple provisioning?

On a new mac, I installed xcode and needed to set up provisioning for a hello-world project to deploy to my iPad. NOTE: I am using the new FREE provisioning (do not have a paid Apple account) I went to Preferences/Account signed in to my Apple…
dapug
  • 1,781
  • 4
  • 22
  • 28
20
votes
5 answers

Xcode Error - Profile doesn't include the com.apple.developer.icloud-container-environment entitlement

We have enabled iCloud capability in our application and enabled below services, Key-value storage iCloud Documents But while trying to export the build through the archive, it's throwing me the below error, Profile doesn't include the…
Bappaditya
  • 9,494
  • 3
  • 20
  • 29
18
votes
3 answers

Multiple Certificates/Provisioning Profiles in one Xcode organizer?

There are several similar questions here, but none could answer my basic question: Is it possible to have two separate developer certificates in the keychain and two corresponding distribution profiles in Organizer? I have my own (working) developer…
marimba
  • 3,116
  • 5
  • 26
  • 29
18
votes
3 answers

How do I deploy an iPhone application (without the App Store)?

Please forgive the noob question. I've been developing this little app (with Unity) for some time. The development profile expires every 90 days. That's life. Now I want to take it to the 'next' level, which is 'actual deployment'. Here's the catch:…
Dave
  • 401
  • 2
  • 5
  • 13
17
votes
3 answers

Distribute iOS Application without an Apple Developer Account

As far as I know, an iOS Application can be distributed in the following ways Via App Store Using TestFlight Using HockeyApp or something similar Sharing the .ipa file But all the above require enrolling in the Apple Developer Program. I can test…
Ranganatha Rao
  • 375
  • 1
  • 2
  • 9
17
votes
4 answers

iOS provisioning profile number in Xcode

Anyway to match the provisioning profile in Xcode's organizer or online developer site with the crazy serial/id number given under Xcode's code signing preferences? I want to make double sure I am building my app with the correct (Ad Hoc)…
wcochran
  • 10,089
  • 6
  • 61
  • 69
17
votes
7 answers

Invalid bundle structure - The app may contain only one executable file.

This question is similar if not identical but there is no solution. I've looked inside the archive and there's only one executable, so I am at a loss as to how to proceed. Any ideas greatly appreciates.
ToddB
  • 2,490
  • 3
  • 23
  • 40
17
votes
7 answers

XCode 5 hangs with a timeout error when validating/uploading a "ready to be uploaded" app

I've been developing and uploading apps for some months. Whenever they needed being uploaded to the app store, I could do it without problem, but now, I'm stuck with one that doesn't want to be validated/uploaded. XCode says "the request timed out"…
Isaac
  • 1,794
  • 4
  • 21
  • 41
17
votes
6 answers

Ad Hoc iOS .ipa file won't install for devices added to profile since iOS 7 came out

I have an iOS app that I've developing for a while. Initially there were around 8 devices in the iOS dev account, ad builds were prepared and distributed through Hockey App, no problems. Recently, we've added a bunch more devices, but for some…
17
votes
3 answers

Does renewing a provisioning profile affect keychain access when I submit an app update to the AppStore?

I have an iPhone app that uses the keychain for authentication-related storage. I also had an expiring Provisioning Profile. In the documentation for keychain access it states: On iPhone, Keychain rights depend on the provisioning profile used to …
Roatin Marth
  • 23,589
  • 3
  • 51
  • 55
16
votes
5 answers

Xcode Organizer: "Your team has no devices for which to generate a provisioning profile."

I am experiencing a strange error in Xcode's Organizer. I have two team members and whenever we log in we receive the following message: Your team has no devices for which to generate a provisioning profile. Please connect a device to use for…
16
votes
1 answer

xcodebuild - 'Code Sign error: Provisioning profile X can't be found'

Yet another code sign error. I'm running command: xcodebuild -project $DIR/myproject.xcodeproj -sdk iphoneos5.0 -alltargets and my project.pbxproj "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution:…
Ryan
  • 865
  • 2
  • 10
  • 17
1 2
3
47 48