Top "Code-signing" questions

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

/usr/bin/codesign failed with exit code 1

I am attempting to deploy my first development iPhone app, and am running into some problems. I have successfully went …

iphone ios xcode deployment code-signing
The executable gets signed with invalid entitlements in Xcode

I got this error with Xcode 5 when I try to run the app on my device. The executable was signed …

ios xcode code-signing provisioning-profile
Code signing is required for product type 'Application' in SDK 'iOS5.1'

I am using xCode 4.3.1. After i created a project, i build it and tried to Archive. Then i got an …

code-signing xcode4.3 ipa ios5
Xcode: iPhone app codesign error

When building a new iPhone app in Xcode, I'm getting this error: codesign error: code signing identity 'iphone developer' does …

iphone ios xcode code-signing xcrun
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 …

ios xcode code-signing provisioning-profile ad-hoc-distribution
Understanding keystore, certificates and alias

Is the keystore the actual certificate, or is the alias the certificate? If I use a different alias to sign …

android code-signing
"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 …

macos ssh jenkins code-signing
Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile

I get this build error when I build my iPhone project to run on my device: **Code Sign error: The …

iphone iphone-sdk-3.0 certificate code-signing
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 …

objective-c xcode macos code-signing xcode5
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 …

android gradle android-studio code-signing