Top "Codesign" questions

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

Xcode 4.3: Codesign operation failed (Check that the identity you selected is valid)

After installing Xcode 4.3 I can't validate and distribute application using Organizer. While building, signing and validating in Xcode is OK, …

ios xcode validation codesign
How to upload dmg file for notarization in xcode

I am trying to upload our existing app to apple for notarization. According to the document https://help.apple.com/…

xcode macos code-signing codesign notarize
codesign "The operation was cancelled by the user"

For some reason, whenever I try to codesign in xcode, I am getting this error (path to app): The operation …

iphone ios4 codesign
App dies on startup but not crash report

I've given an ad hoc version of my app to some users. Two of them have the app die on …

iphone cocoa-touch xcode codesign
How to undo codesign?

In an attempt to codesign gdb, I used an incorrect certificate, so now gdb is codesigned but does not work …

macos codesign
How to prevent Xcode 8 from saving "development team" in .pbxproj?

Xcode 8 demands you select a "development team" before you can sign your apps for both iOS and macOS. It wasn't …

ios xcode macos codesign
Codesign No identity found

I am trying to use Codesign in the Terminal like follows: codesign -f -s "3rd Party Mac Developer Application: asdf" …

macos certificate identity codesign
How to sign code with only a .SPC file?

I use InstallShield 2010 which requires a SPC/PFX and a PVK file to sign my files. I just got a …

code-signing codesign
Xcode does not see my developer certificate in Code Signing Identity

I renewed my IOS Developer Certificate, i deleted old ones from keychains and clicked on my certificate. Everything looks normal …

ios xcode keychain codesign
Codesign returned 1 (object ifile format invalid or unsuitable) bug

I'm working with Xcode 4.1 build 4B110f trying to get my iOS app ready for upload. It passes the Product|…

ios xcode codesign