Questions tagged [codesign]

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

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

How to use code sign

enter image description here

574 questions
0
votes
1 answer

Export Signing Certificate without Xcode

I've suggessfully requested and installed the certificate to sign our OS X applications by double-clicking the .cer file. Signing works fine with codesign -s "Developer ID Application" MyApp.app Now I want to export the certificate and belonging…
Mot
  • 28,248
  • 23
  • 84
  • 121
0
votes
0 answers

Application failed code signed verification ('13) - Tried Everything

This is a topic that has been covered quite often but since software is being updated constantly some answers are outdated. I am trying to submit an app to the appstore with poor results. I have read the guidelines provided by the support team and…
0
votes
2 answers

Debugging Code-Signing errors

How can one debug errors related to code-signing and missing certificates? Can I do the process from command line? In XCode under 'Organizer > Provisioning Profiles', I get 'A valid signing identity matching this profile could not be found in your…
notnoop
  • 58,763
  • 21
  • 123
  • 144
0
votes
1 answer

Maven and Tycho code signing on OS X

I am trying to code sign my Eclipse RCP application using a Maven+Tycho build system. I added this piece of code to my pom.xml in order to sign the .app that gets created on the OS X box:
Valerio Santinelli
  • 1,592
  • 2
  • 27
  • 45
0
votes
1 answer

Sign java applet so that it works on OS X 10.8 Mountain Lion and Windows

I develop an Java Applet that needs to break out of the sandbox so it is signed by a certificate from a trusted CA (Thwate). This has worked well on OS X, Windows and Linux. Now with OS X 10.8 (Mountain Lion) I have this issue: OS X 10.8 Gatekeeper…
Robert Sjödahl
  • 734
  • 5
  • 19
0
votes
1 answer

Application failed codesign verification - Command line used by Application Loader?

This appears in the Application loader but I cannot investigate as everything looks correct. Can someone tell me how to get the Validation tool output to show the full verbose log of why I'm getting this. I'm currently…
Ryan
  • 865
  • 2
  • 10
  • 17
0
votes
3 answers

Xcode 4.3.3: Codesign operation failed: Check that the identity you signed is valid

I already messed up with the "iOS no identities are available for signing" and there was a simple solution, just to get a developer profile. However I just ran into another problem before submitting my app. I looked all over and tried others…
0
votes
1 answer

CodeSigning pkg file with Installer Certificate in Mac

I have one Mac Desktop Cocoa based application which i have signed succesfully by mac Certificates. To generate .pkg installer file i am using the following command: productbuild --component 'App.app' /Applications --sign '3rd Party Mac Developer…
user1428502
  • 3
  • 1
  • 2
0
votes
1 answer

Codesign error while installing an app on the iPhone from a different Mac

I've published my app on the App Store. Now I want to release an update of this app, but obviously I want to test it on the device. Unfortunately my iPhone is broken, so I've sent the Xcode project to my friend that owns a Mac and iPhone. He…
yassassin
  • 3,185
  • 6
  • 28
  • 31
-1
votes
0 answers

Use com.apple.developer.usb.host-controller-interface with SIP disabled?

I want to develop an application that creates a virtual USB. To do so, I need com.apple.developer.usb.host-controller-interface. However, if I don't sign, I get "Unable to connect to the kernel". If I do sign the binary with the entitlement…
DrownedSuccess
  • 123
  • 1
  • 8
-1
votes
0 answers

codesigning with auto-py-to-exe takes ages

I've ported an app based on Python from Windows to macOS. I can run the app from command line and I was also able to make an .app file an start it on my mac using auto-py-to-exe. Now I want to codesign (and later notarize) it. To do so I set the…
gernophil
  • 177
  • 2
  • 6
-1
votes
1 answer

codesign timestamp is not working inside a MacOS VM

I'm trying to use codesign inside a MacOS VM: codesign --sign "Developer ID Application: XXX (XXX)" myapp.dmg I get the following error: The timestamp service is not available. The same usage on a real Mac is working. I suspect that MacOS inside a…
gregoiregentil
  • 1,793
  • 1
  • 26
  • 56
-1
votes
1 answer

Developer ID Application Certificate missing a child key in Keychain Access

I am trying to recreate a Developer ID Application certificate, so I can sign my application. I had an existing certificate, but it's about to expire, so I am trying to regenerate a new one. However, when I download a newly generated certificate…
Dan Gravell
  • 7,855
  • 7
  • 41
  • 64
-1
votes
1 answer

How to sign ipa after patch?

I using MachoProtector https://github.com/pandazheng/MachOProtecter to remove some code from header, it work, but when re-sign, any tool cant sign it again. Any suggestion?? Thanks
lion99
  • 1
  • 1
-1
votes
1 answer

Unable to download app for enterprise distribution while using shared extension

I have an app which contains share extension. I had created separate provisioning profile and bundle id for shared extension, also enabled app group for both app id. I am submitting app to inhouse develovment, it is submitted successfully, when I…
1 2 3
38
39