Questions tagged [code-signing]

Code signing is a process aiming at embedding an electronic signature into an executable. The signature uses cryptographic algorithms that allow to authentify the signer of the executable and to verify the integrity of the file.

Code signing is a process aiming at embedding an electronic signature into an executable.

The signature uses digital certificates and cryptographic algorithms that allow to authentify the signer of the executable and guarantee the integrity of the file.

External reference:

2343 questions
843
votes
11 answers

Xcode 7 error: "Missing iOS Distribution signing identity for ..."

I tried to upload my App to iTunes Connect resp. AppStore and got the following error: Failed to locate or generate matching signing assets Xcode attempted to locate or generate matching signing assets and failed to do so because of the following…
Awsed
  • 8,574
  • 5
  • 22
  • 25
430
votes
30 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
  • 9,724
  • 14
  • 37
  • 58
281
votes
16 answers

Xcode error: Code signing is required for product type 'Application' in SDK 'iOS 10.0'

I have Xcode 8 installed on OS X El Capitan. I get this error: Signing for "target" requires a development team. Select a development team in the project editor. Code signing is required for product type 'Application' in SDK 'iOS 10.0'
Hardik Parmar
  • 2,828
  • 2
  • 7
  • 9
264
votes
19 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…
254
votes
5 answers

How do I create a self-signed certificate for code signing on Windows?

How do I create a self-signed certificate for code signing using tools from the Windows SDK?
Roger Lipscombe
  • 81,986
  • 49
  • 214
  • 348
196
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,242
  • 2
  • 5
  • 16
186
votes
11 answers

“Unable to find manifest signing certificate in the certificate store” - even when add new key

I cannot build projects with a strong name key signing - the message in the title always comes up. Yes the project was initially copied over from another machine. However even if I add a new key via the Signing tab in Project Properties, this error…
Marcus
  • 7,753
  • 10
  • 40
  • 65
169
votes
13 answers

Sign APK without putting keystore info in build.gradle

I am trying to setup signing process so that keystore password and key password are not stored in the project's build.gradle file. Currently I have the following in the build.gradle: android { ... signingConfigs { release { …
Bobrovsky
  • 12,696
  • 19
  • 74
  • 122
152
votes
17 answers

"User interaction is not allowed" trying to sign an OSX app using codesign

Our automated build is running on Jenkins. The build itself is running on slaves, with the slaves being executed via SSH. I get an error: 00:03:25.113 [codesign-app] build/App.app: User interaction is not allowed. I have tried every suggestion I…
Trejkaz
  • 10,264
  • 6
  • 52
  • 106
150
votes
21 answers

Xcode 5: Code signing entitlement errors

I've build a new application which is going to support IOS 7. I got the new XCode 5 GM and tried to sign my apps using my fresh provisioning profile and distribution certificate, but i'm having trouble with distribution. I constantly get the…
Benjamin de Bos
  • 4,344
  • 4
  • 18
  • 30
144
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,729
  • 4
  • 15
  • 14
142
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
7 answers

Xcode 6.1 error while building IPA

Just upgraded to Xcode 6.1 today, and guess what: Now I'm having trouble submitting builds using the TestFlight desktop app. Here's the error I'm getting while the app starts building the IPA: error: /usr/bin/codesign --force …
Şafak Gezer
  • 3,389
  • 3
  • 37
  • 44
128
votes
24 answers

No identities are available for signing Xcode 5

I have an error "No identities are available for signing" when try to validate my app in Xcode 5. I tried all: Recreate certificates and provisioning profiles, all methods which have been described on this site and another resources; I'm confused,…
Oleksii Moiseenko
  • 1,298
  • 2
  • 8
  • 6
124
votes
19 answers

iOS 7.0 No code signing identities found

certificate is valid xcode 5 iOS 7 Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“iOS Team …
user2849317
  • 1,241
  • 2
  • 9
  • 3
1
2 3
99 100