Top "Codesign" questions

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

Determining codesigning identities from the command line?

I'm trying to set up an automated way to sign my iOS apps. Before using codesign, is there a way …

iphone ios xcode code-signing codesign
xcodebuild - codesign -vvvv says"resource envelope is obsolete"

I've just updated my xcode install to use xcode 6.0.1 in order to start compiling my app for ios8 devices. For …

xcode ios8 xcode6 xcodebuild codesign
Xcode, Codesign Error from Jenkins / SSH - "User Interaction is not allowed"

I am trying to run an automated xcodebuild on Jenkins, but I am running into the error User interaction is …

ios ssh jenkins xcodebuild codesign
codesign_allocate: error: unable to find utility "codesign_allocate", not a developer tool or in PATH

I upgraded my Mac to 10.10.3 and Xcode to 6.3.1 yesterday; today I can't use git, codesign_allocate....and more. `sh: line 1: 18421 …

ios xcode codesign
Resolving codesign certificate ambiguity with multiple developer certificates

I recently did some work for another company, building an iPhone app for them. As I split development time between …

iphone codesign
iOS ipa codesign on XCode 6.1 & Yosemite

I was used to sign my app with the following command codesign --resource-rules=ResourceRules.plist -f -s "SIGNER_NAME" MYAPP.…

ios xcode6 osx-yosemite codesign
Codesign .app file in Command Line

I am trying to submit the Mac app outside the app store. I take the build from Xcode 4.5 and use …

macos cocoa code-signing codesign
Xcode won't let to build for Device after denying Codesign to access Keychain

I'm new to iOS development and today I tried to check my app on my iPhone and tried to build …

ios xcode keychain codesign
codesigned kext But why not load in Yosemite(10.10)

I had a code signing on kext in Yosemite. But kextload is failed. It was version2 codesign. codesign --verify is …

macos codesign kernel-extension