Questions tagged [provisioning-profile]

A profile used by Apple for verifying code signing for an application.

A profile used by Apple for verifying code signing for an application. It consists of a private/public key pair, and a .mobileprovision file that must be installed on the target device for debugging. There are two forms of provisioning profiles, development and distribution. Development is just for debugging the application on a device, and distribution is used for app store deployment or ad-hoc distribution. The development and ad-hoc provisioning profiles store a list of devices allowed to run applications associated with the profile. All provisioning profiles store a list of developers allowed to sign the application.

1822 questions
504
votes
16 answers

Codesign error: Provisioning profile cannot be found after deleting expired profile

Tried to rebuild an app that was working just yesterday. Got a message that a profile had expired, so I removed it from the iPod and from iTunes. When I chose a new profile (one with an * in the identifier), I now get an error: Code Sign Error:…
quantumpotato
  • 9,637
  • 14
  • 70
  • 146
461
votes
9 answers

Provisioning Profiles menu item missing from Xcode 5

After spending a whole day installing a fresh copy of Mac OS X v10.8 (Mountain Lion), Xcode 5, fixing provisioning profiles, certificates, creating new ones, I finally managed to get my applications running on my iPad again. The problem is that in…
kanstraktar
  • 5,357
  • 2
  • 21
  • 29
438
votes
31 answers

Code signing is required for product type 'Application' in SDK 'iOS 10.0' - StickerPackExtension requires a development team error

I am facing the below issue and am unable to build the application. XXX has conflicting provisioning settings. XXX is automatically provisioned, but provisioning profile WildCard has been manually specified. Set the provisioning profile value…
Rajesh
  • 10,318
  • 16
  • 44
  • 64
297
votes
47 answers

An App ID with Identifier '' is not available. Please enter a different string

I am trying to add a new APP ID to prepare for App Store submission and got the following error under the bundle ID I provided. An App ID with Identifier 'com.domainName.AppName' is not available. Please enter a different string. What does this…
user2265763
289
votes
27 answers

Xcode : failed to get the task for process

This is for an existing app that compiled and distributed multiple times. Since updating to Xcode 5 I have this error popping. I have my developers profile selected in the Code Signing for debug. Deleted the Derived Data a few times. Quit a few…
281
votes
35 answers

Xcode 8 shows error that provisioning profile doesn't include signing certificate

Xcode 8 shows error that provisioning profile doesn't include signing certificate. This issue is with Xcode-8 only with Xcode 7, same provisioning profile showing related identified certificate.
Satish Mavani
  • 4,897
  • 2
  • 20
  • 30
269
votes
18 answers

How to remove provisioning profiles from Xcode

Does anyone know how to remove previously installed provisioning profiles from Xcode? I have seen this link, but I am not able to find that location in my system. So I think there must be some other way to remove provisioning profiles.
vaibhav silar
  • 2,905
  • 2
  • 15
  • 18
210
votes
16 answers

Xcode 4 - "Valid signing identity not found" error on provisioning profiles on a new Macintosh install

I had a Macintosh I used to develop iPhone apps with using Xcode 4. I now have a new Macintosh with a new install of... everything. When opening Xcode projects built on the old Mac, I cannot run the app on the iPhone that was configured as a…
Oliver
  • 23,072
  • 33
  • 138
  • 230
199
votes
16 answers

Provisioning profile doesn't include the application-identifier and keychain-access-groups entitlements

I've tried all the other questions and searched everything on this that I could already, a lot of the other questions involved existing apps that were being updated or people with developer accounts but this is like my second time using Xcode and it…
Jack A
  • 1,265
  • 2
  • 7
  • 16
168
votes
3 answers

Xcode Provisioning Profiles Location

Where are the Provisioning Profiles located in Xcode 8.3.3 within the project and/or file directory?
John
  • 1,681
  • 2
  • 9
  • 3
155
votes
17 answers

Development team not showing in Xcode

I am an self-employed iOS developer and so have my own iOS distribution membership. For a few days, I am working as a developer in a team. My apple account has been added in their iTunes Connect / Users and Roles. It works since I can access to the…
GoldXApp
  • 2,397
  • 3
  • 17
  • 26
155
votes
24 answers

Xcode 7.2 no matching provisioning profiles found

Before upgrading Xcode to 7.2, I was using Xcode 7.1.1 to build and distribute apps. I have upgraded to Xcode 7.2 and none of my provisioning profiles (matched to that particular app's bundle ID) match my installed certificates that were working in…
n8yn8
  • 4,467
  • 4
  • 19
  • 20
153
votes
3 answers

What is a provisioning profile used for when developing iPhone applications?

What is the purpose of a provisioning profile and why is it needed when developing an iPhone application? If I don't have a provisioning profile, what happens?
user174761
  • 1,819
  • 4
  • 16
  • 14
144
votes
40 answers

The entitlements specified...profile. (0xE8008016). Error iOS 4.2

I am getting the 'dreaded' error The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016). when trying to deploy my first app to an un-jailbroken device…
140
votes
24 answers

Xcode Command /usr/bin/codesign failed with exit code 1 : errSecInternalComponent

I am trying to add new provisioning profile to my Xcode, to test an app on the device. Here are the steps I followed: Deleted all certificates and provisioning profiles Create/Add IOS Dev Certificate Add My IOS Device Online Create IOS…
Alex Pelletier
  • 4,933
  • 6
  • 34
  • 58
1
2 3
99 100