Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

109
votes
8answers
29k views

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 ...
50
votes
1answer
2k views

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/Frameworks/GData.framework) is not signed, the signature is invalid, or ...
28
votes
1answer
1k views

That codesign returned 1 (object ifile format invalid or unsuitable) problem again

I'm working with Xcode 4.1 build 4B110f trying to get my iOS app ready for upload. It passes the Product|Archive step with no errors, asking twice for permission to sign something. But when I try a ...
15
votes
5answers
8k views

iPhone Codesign object file format invalid or unsuitable

I accidentally deleted my target in xcode. so i created a new one with the exact same name. in the target settings i again selected the proper codesigning identity but now i can't compile for the ...
11
votes
1answer
690 views

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 the command security import identity.p12 -k ...
8
votes
1answer
805 views

How can I build a Safari extension package from the command line?

Instead of going to Extension Builder > Build Package…, I'd like to built a .safariextz package from the MyExtension.safariextension folder. I know I can unpack an extension with xar -xf. I suspect ...
5
votes
1answer
3k views

Re-sign IPA (iPhone)

I currently build all my applications with hudson using xcodebuild followed by a xcrun without any problems I've received a couple of IPA files from different people that I would like to re-sign with ...
5
votes
2answers
493 views

iOS codesigning specs

I want to create a tool for codesigning iOS apps on a linux server remotely. I know codesign is oss but relies heavily on the keychain and is not as portable. I know Adobe has a codesign utility for ...
5
votes
1answer
1k views

How do I make a Mac App Store app that validates receipts?

I've made an app that validates its receipt using the ValidateStoreReceipt code on GitHub according to the Apple documentation. The docs say to sign your app, make a package (with signing), and then ...
5
votes
3answers
396 views

Sign a Word VBA project/file via command line or other form of automation

Is there a way to automate code signing a VBA project in a Word 2003 and/or Word 2007 document? By automate I mean via a command line utility or via Word VBA automation? Motivation: I would like to ...
5
votes
7answers
3k views

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 ...
5
votes
3answers
5k views

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 ...
5
votes
4answers
2k views

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.
4
votes
5answers
1k views

Codesign check fails Xcode 4

I just created all new dev and deployment certs and I'm getting this weird error when I try to validate the application in the archive manager: error: Codesign check fails : ...
4
votes
3answers
431 views

Add codesign to private key ACL without Keychain

I'm trying to set up continuous builds/integration for a stable of iPhone apps. I have: A dedicated Mac Mini. A user account named "build" Hudson set up as a LaunchAgent for build, by dropping a ...
4
votes
6answers
6k views

Codesign only succeeds after other xcode iphone project is successfully signed

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 ...
4
votes
2answers
995 views

How to obtain codesigned application certificate info

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 ...
3
votes
0answers
56 views

Can I sign iOS apps on Linux? (Using maybe a port of codesign?)

I'd like to sign my iOS apps on a Linux box (Debian 5 if it matters). Does anyone know if this is possible? (Let's not get into why I'd want to do this since it's specific to my environment.) I see ...
3
votes
2answers
432 views

Xcode Error: Command /usr/bin/codesign failed with exit code 1

I have no idea why I am getting this error. I believe that I have all the correct provisioning profiles and such. I did just move to a new computer but I did also bring over the private keychain ...
3
votes
1answer
333 views

CodeSign collisions between Developer and Enterprise Distribution

My company uses one build machine (a Mac Mini) as a CI node to build our iOS app. We currently build an Ad-Hoc and an App Store config on the mini. We've recently enrolled in the Enterprise Program ...
3
votes
1answer
307 views

Mac App Store Reviewer says “It appears Kiwi fails codesign verification”

But it clearly does not fail on my system. The Verification test in XCode during the submission should (I assume) test this. And running codesign on the command line of the archived app results in: ...
3
votes
1answer
277 views

Why would a digitally signed executable be treated as unsigned until viewing certificate details

I'm getting a very odd result when running an executable that has been digitally signed. The executable was signed using signtool.exe using a proper level 2 code signing certificate (not ...
3
votes
1answer
254 views

I'm in an iPhone provisioning mess — Insight needed

My app has been more or less ready to be submitted for a while now, but as usual, the overly complex provisioning nonsense that Apple forces developers to jump through is causing me an enormous amount ...
3
votes
5answers
3k views

update iphone app “CodeResources file must be a symoblic link”

hi i tried to update an iphone app, which lies in an other "itunes connect" profile. i used "application loader" and everything is fine until i try to upload the zip file i get this strange message ...
3
votes
1answer
615 views

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 ...
3
votes
7answers
11k views

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

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 ...
2
votes
0answers
70 views

How to pass keychain to “Check dependencies” step of xcodebuild

I'm building an iPhone application with the iOS5 SDK and signing it from the command line and signing it with a certificate in my non-default keychain. Everything works fine if I make that keychain ...
2
votes
1answer
135 views

Application Loader Codesign Problems

I sign and package my apps with the PackageApplication script from the Xcode developer tools 4.2. When I validate the generated app bundle from the generated .ipa file, it says that everything is ...
2
votes
1answer
174 views

OTHER_CODE_SIGN_FLAGS keychain flag ignored?

I have just learned about the possibility to use OTHER_CODE_SIGN_FLAGS to specify the keychain which includes the cert needed for building and signing an app. But unfortunately I cannot get it to ...
2
votes
1answer
277 views

Code sign error in iPhone?

Currently I am using the Xcode 3.2.5 i am getting problem in Code Signing on Distribution & Release Don't Code sign but when i selecting Release from Configuration list It's showing my all ...
2
votes
2answers
488 views

Blackberry Code Signing and OTA distribution

I have a Blackberry project developed in Eclipse using the Blackberry Plugin for Eclipse. The app works 100% fine in the simulators. I have a signing key set from Blackberry, and I can sign the ...
2
votes
2answers
202 views

iPhone app codeSigning only fails for “device + release”

I can compile and install (on the iphone) several of the apps I've written. I have 1 generic "*" certificate for developing any app. (It expires in 6 days) I have individual "com.site.appName" for ...
2
votes
3answers
250 views

Webstat Code signing certificate for open source project

I am looking for a code signing certificate that will be accepted by Java Webstart. It is for the Arianne Project (a ten year old open source project hosted on Sourceforge). Unfortunately being ...
2
votes
1answer
542 views

Unlock OSX keychain without password?

I'm doing a remote/automated build[1] of my xcode projects[2] and in order to sign my apps I add this line before the build. security unlock-keychain -p keychainpassword This works fine, and ...
2
votes
1answer
384 views

Codesign returns exit code of 11 for xcode iphone project — can't find documentation on exit code 11

I'm new to iPhone development. I am trying to get Xcode to run an application on a phone. The app works fine in the simulator. Initially I hit the error: The executable was signed with invalid ...
2
votes
3answers
9k views

code sign error : doesnt 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.* i am a member in developer profile... i am having ...
1
vote
3answers
339 views

Application failed codesign verification during validation in Xcode 4.2

I am experiencing trouble with the distribution provisioning profile. I have tried for many times to create a distribution provisioning profile using the instruction: ...
1
vote
1answer
44 views

Code-Signing on OS X with a Network-HSM

I've been asked to redesign our build/sign/release processes. I'm pretty happy with Windows stuff and I've identified several networked-HSM products that will do what we need. They basically integrate ...
1
vote
0answers
58 views

Application with multiple executables appears signed but triggers firewall warning

I'm working on a QT app for OS X that uses multiple executables. We sign the .app by signing each executable within the .app, then signing the whole .app with the "-f" option. This is the procedure ...
1
vote
5answers
145 views

How to know if HW/SW codesign will be useful for a specific application?

I will be in my final year (Electrical and Computer Engineering )the next semester and I am searching for a graduation project in embedded systems or hardware design . My professor advised me to ...
1
vote
0answers
254 views

Codesign is ok for some projects in iOS SDK 4.3 but not for others

I've followed the instructions in iPhone App Minus App Store? and managed to build the AcceleratorGraph project without any problems regarding codesign. However, if I create a new project (via the new ...
1
vote
1answer
326 views

Application failed codesign verification only when validate built product is set to yes

An "In App Purchase" problem made me overanalyze things and got over this bump which I spent 4 hours trying to solve to no avail. I am using Xcode 4.0 with Ios 4.3 SDK. Here it is: Trying to test my ...
1
vote
1answer
2k views

Irritating - The executable was signed with invalid entitlements

I've been trying from last 2 days,tried every solution available online,but all of them failed.. The executable was signed with invalid entitlements. The entitlements specified in your application’s ...
1
vote
2answers
168 views

Xcode won't sign app

I'm almost at my wit's end with this. I can't get xcode to recognize that it's supposed to sign the @#$% app! I (think) I have my cert and provisioning file setup correctly. I've selected the ...
1
vote
1answer
1k views

Upload iphone app error “The CodeResources file must be a symbolic link …”

I have been working on this issue for over a week with no luck and tried every possible solution e.g. delete and reinstall certificates, profiles, and everything seems to be ok. My problem show up ...
1
vote
2answers
238 views

XCode code signing menu has gone wonky — how to fix?

I have one project where the code-signing popup is all whacked-out. On a "normal" (i.e., every-other) project, the popup looks something like "Good menu" in this picture, but on one project, it looks ...
1
vote
1answer
541 views

Cydia App quits right after launch, signing with ldid did not work

Here's the deal, I had this app working since iPhone OS 3.0 came out, now I made some changes to take advantage of iOS4.x, and compiled against 4.0 with xcode 3.2.3, I have 4 jailbroken devices: 2 ...
1
vote
0answers
448 views

What is an entitlements plist and why do I need one?

I have been following the instructions for app store distribution in the iOS Developer Program Guide, and I did everything it said to do, but when I try to build the app, it says "the entitlements ...
1
vote
0answers
55 views

What is the purpose of the kill flag for the codesign tool?

I've read the man page, but I'm having trouble understanding what the -o kill flag does to the codesign tool. I initially interpreted the sentence "Code with the kill flag set will die when it loses ...
1
vote
2answers
475 views

Renaming project gives med code signing error

I just renamed my project and also in the project.pbxproj renamed my product to the new name. Now I am getting codesigning error when trying to debug on the phone. How come and how do I fix this? I ...

1 2 3