codesign

Using a non-default keychain in XCode

How can I use a non-default keychain in XCode iPhone project. I have already tried '--keychain mycerts.keychain' in 'Other Code Signing Flags' in 'Code signing' build settings. ...

Submitting application update to iTunesConnect (madness!)

iTunes connect keeps rejecting my binary for an application update and it's driving me mad. Usually I can figure it out but I've tried everything I can think of. Maybe someone can lend a hand :) The error I'm getting is: The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certif...

I'm looking for a code signing tutorial for the iphone SDK

I'm having trouble understanding the apple tutorial on codesigning. I'm looking for a simpler explanation. http://developer.apple.com/mac/library/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html ...

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 their offices, using their computers, and my office, I generated a key and had it signed as part of their iPhone Dev Center "team." I already had an existing Dev Center account and my own developer certificate. After import...

Codesign error: Provisioning profile cannot be found after deleting expired profile

Tried to rebuild an app that was just working yesterday. Got a message that a profile had expired, so I removed it from the iPod and from Itunes. When I chose a new profile (one with an * in the identifier), I now get an error: Code Sign Error: Provisioning Profile (long string) can't be found. What am I missing? I looked through rel...

How to obtain codesigned application certificate info

Hi folks, I am having a tough time finding an answer to my codesigning issues. We have an application for Mac OS written under Cocoa. Finally - we did our codesigning, but i would like to add an extra security check - within the executable itself. My idea is to validate the fingerprint of the certificate with which the current executa...

iPhone codesign Missing Resources

Hi, I'm trying to get my ad hoc build distributed but have started experiencing problems. It used to work up until around a week ago, but now ITunes gives an 0x8008017 error when I try to Sync. I've narrowed it down by using the iPhone Configuration Utility and then discovering the error seems to be coming from a failed code sign. I've...

Codesign only succeeds after other xcode iphone project is successfully signed

Hey guys, I have a weird issue. Codesign refuses to sign this big project I have, project A, but does signs the other, project B. However, when I have signed project B, it also can sign project A all of a sudden. I am 100% certain I didn't change anything else. The steps I took were: Try to build, sign A - fails on signing Try to build...

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 start up while one user has no issues. I can also install the ad hoc without issue...but that is always the case for me. One user sent the info below from the Xcode Organizer Console. They didn't find any crash logs. I don't know what to make of th...

Iphone development: codesign cannot access Keychain

Hi, i am stuck in the hell of keychain and iphone app certification process :/ i have the "/usr/bin/codesign failed with exit code 1 " i have tried everything including doing the process X thousand times from the beginning, checking the build and target settings, plist bundle id etc... But one thing is surprising : when i build my ap...

Command /usr/bin/codesign failed with exit code 1

Hi guys, I spent now 3 hours of searching for the above mentioned error: Command /usr/bin/codesign failed with exit code 1 Here is what I already did for trying to fix this: set the bundle identifier to com.server.pgmname set the code signing to "Any Iphone OS Device" set the Code Signing Identity to my Distribution identity. ...

iPhone App Upload - CodeSign Missing?

Hi, For a long time now I have been searching through the forum whilst teaching myself the delights of iPhone programming, and I thank you all for the massive number of questions you have unknowingly helped me with! I seem to have come up against a brick wall regarding the upload of my finished application to Apple and would appreciate...

Not Jailbroken - getting Provisioning is not applicable for product type 'Application' in SDK Device

Codesign warning: provisioning is not applicable for product type 'Application' in SDK Device - iPhone OS3.1'; ignoring.. Redownloaded my developer certificate, made a new provisioning profile, still getting this error. Searched the Xcode project and removed all lines referencing a Provisioning Profile, but that didn't seem to remove i...

Crypting CSSMERR_DLL_MISSING_VALUE when trying to sign code for iPhone device

I have some code which runs fine in simulator, but when I try to build for iPhone, I get a cryptic error: CodeSign /Users/.../myApp.app (1 error) error: CSSMERR_DL_MISSING_VALUE That's it. No other references. Sounds like it's something about my code signing privileges, but what exactly? My private key, certificate and provisioning p...

Codesign prompt doesn't pop up...

Hi, here's my issue: i've prepared everything as the tutorial said on Apple developer site. I got two certificates for my app, one of is for developmnet (testing on my iphone) and second for distribution. While first one works excellent, i cannot get the second one to work, here's the problem: - i obtained certificate for distribution, ...

How to get a CodeSignature for a Mac OS X app

Hey! I think this is a simple question for you. Most of the system apps and also some third-party apps have integrated a CodeSignature in their bundle. I heard with such a CodeSignature the system would not ask anymore for accepting incoming network connections (if the firewall is enabled). Now the question is where to get such a CodeSig...

codesign: unrecognized option `--entitlements'

I get this codesign error when i build the application codesign: unrecognized option `--entitlements' Usage: codesign -s identity [-fv*] [-o flags] [-r reqs] [-i ident] path ... # sign codesign -v [-v*] [-R testreq] path|pid ... # verify codesign -d [options] path ... # display contents codesign -h pid ... # displ...

What happened to signwizard in signtool of Windows SDK 7.0?

I'm looking for the convenient signwizard in signtool.exe but cannot find it anymore in the Windows SDK 7.0. Is it in a separate tool now or is there only the CLI left? ...

Name of Provisioning Profile used to sign an iPhone app?

I wrote a script that uses xcodebuild to generate an AdHoc build of an iPhone application. I would like to edit this script to output the name of the Provisioning Profile used to sign the build. This would allow me to include the Provisioning Profile in the zip that is automatically generated. This way, I could automatically send the ar...

iPhone Code Signing

I can build my project on one computer but not on another. I have imported my certificate, the distribution certificate and my private key. The provisioning profiles have also been installed. The provisioning profile matches my certificate when checking under "Edit Project Settings". The provisioning profile does apparently not match the...