Top "Codesign" questions

In iPhone development codesign deals with Provisioning Profiles, App Developer Certificate and device UDID.

How do you codesign framework bundles for the Mac App Store?

After a recent submission I have gotten the following error: Invalid Signature - the nested app bundle (FooBar.app/Contents/…

xcode app-store-connect codesign mac-app-store
Remove private key from Mac OS X keychain using Terminal

I've imported a developer identity (certificate + private key) for iOS development to a keychain using the "security" Terminal application with …

macos terminal keychain codesign
How to codesign an existing Mac OS X .app file for gatekeeper?

I paid the $99 to get a developer license w/ Apple. Installed Xcode 4.3. Went to the Organizer and "Provisioning Profiles" and …

xcode macos codesign
How can I skip code signing for development builds in Xcode?

Whenever I build my Xcode project, after compiling all my code, it takes forever to finish "signing product." (I believe …

xcode macos code-signing codesign build-settings
security / codesign in Sierra: Keychain ignores access control settings and UI-prompts for permission

Starting with macOS Sierra, I can't import a codesign-identity into a keychain with /usr/bin/security any more without usr/…

ios macos keychain codesign macos-sierra
Xcode 9 distribution build fails because format of exportOptions.plist has changed in new release

I am trying to compile an ad-hoc IPA for my app using SDK version 6.1.2 and Xcode 9 beta (trying to see …

xcode code-signing codesign
dyld: Library not loaded. Reason : no suitable image found

I've looked at a bunch of answers here and none have fixed my issue. I have an Xcode workspace with …

xcode cocoa frameworks dylib codesign
E79CDDB501B68E74DDF03EA4E75246A7FDF010D0: no identity found Command /usr/bin/codesign failed with exit code 1

I am facing codesign issue. I am using Xcode 6.0.1 and Os x server 3.2.1 E79CDDB501B68E74DDF03EA4E75246…

xcode macos codesign
Code signing error: Doesn't match key pair in default keychain

*****Code Sign error: The identity 'iPhone Developer: XXXXXXXXXX' doesn't match any valid certificate/private key pair in the default keychain**.*** …

iphone xcode codesign
How do I resign app with entitlements?

I have an .ipa file which I need to resign. I tried doing it as explained on the objc.io …

ios xcode codesign entitlements code-signing-entitlements