codesign Questions

6

Solved

Whenever I build my Xcode project, after compiling all my code, it takes forever to finish "signing product." (I believe it's because the project includes about 200 MB of resources that need signin...
Vaporescence asked 25/6, 2015 at 0:54

2

I have private key and certificate in system keychain and I want to access it using CodeSign so it needs to be unlocked. if I try to unlock login keychain using below script then no problem secu...
Couching asked 7/4, 2016 at 11:53

34

I'm trying to learn to load apps on my iPhone from Xcode. When I do I keep getting "Codesign wants to access key "access" in your keychain, I put I my login password but it keeps popping up over an...
Reliable asked 16/10, 2017 at 15:36

8

I'm updating my question here, at the top, so anyone reading will encounter the latest unresolved issue first. I was hasty in updating my question in response to Alex Narvey's advice. The result of...
Lamarre asked 26/12, 2021 at 12:54

5

I'am trying to code sign an app bundle on osx mavericks 10.9.5 with format v2. On previous testing the signing on 10.9.5 (13F12) all went well, all frameworks could be signed without error. Now, on...
Lippi asked 22/9, 2014 at 8:46

6

I'm trying to build my application using jenkins pipeline using shell command. Below is the command i'm using to build the app. sh 'xcodebuild -workspace projectname.xcworkspace - allowProvisionin...

7

Solved

Is there any way to get key hash from signed APK? We have a signed Android apk file, and we want to find out key hash of this APK, for Facebook SDK. Can we do that by something like jarsigner?Any s...
Marchetti asked 2/7, 2013 at 11:2

18

Solved

I was having a problem with codesigning my apps, so I deleted all the keys from the keychain. Then I went to Certificate Assistant => Request a certificate from a Certificate Authority (to create C...
Chairmanship asked 30/5, 2013 at 20:18

2

I'm trying to build proxychains with xcode 8. When I run a program I got: /usr/local/homebrew/Cellar/proxychains-ng/4.11/lib/libproxychains4.dylib: code signing blocked mmap() of '/usr/local/homeb...
Rival asked 25/9, 2016 at 0:33

1

I'm developing a C/C++ library that will be distributed as a Framework for apple architectures, but I'm having trouble getting CMake to sign my binaries for notarization/distribution. What are the ...
Exsect asked 25/3, 2022 at 19:40

3

Solved

On Windows, I can right-click a file and see who code signed it on the "Digital Signatures" tab of the Properties dialog. Is there a similar way to see which publisher signed an OS X app, or detail...
Coarctate asked 7/9, 2012 at 16:56

2

Solved

Trying to run an executable linking to a dynamic library, I get the following error: Library not loaded: [...] Reason: tried: <lib> not valid for use in process: mapped file has no cdhash,...
Nadianadine asked 25/9, 2022 at 13:33

3

Solved

First, a little background: I'm investigating why my company's MacOS/X application (which by all accounts appears to be correctly signed; it runs fine under MacOS/X 10.11.x and 10.12.x; Gatekeeper ...
Vivacious asked 26/1, 2017 at 3:35

5

Solved

We're building an app for another company. They hold the signing key and would rather not share it with us. It should be possible to separate build and sign, but how do I specify it on xcodebuild...
Mensch asked 14/6, 2012 at 13:28

2

Solved

Note: this question looks similar, but is different. The error here is about a file having no Team ID, whereas the linked answer is about adhoc-signing a file that is not signed at all. The answer...
Teplica asked 25/9, 2022 at 13:26

0

What I'm trying to do I'm trying to run several tests written in the XCTest framework without code signing, for the purpose of not having to deal with the hassle of importing code signing identitie...
Miley asked 19/11, 2022 at 9:11

3

Solved

I need to create symlinks in frameworks inside an app on OSX (vers 10.10.1). I am outside of XCode as the app is developed in Qt. It provides the frameworks, but they need some retouches to work on...
Annmaria asked 9/1, 2015 at 23:43

20

Solved

I have the following problem which I could not find a solution for anywhere. Basically, we have a company developer account (not enterprise) and so in order to submit our app, I requested from our ...
Eldon asked 12/10, 2012 at 22:18

2

I am trying to upload our existing app to apple for notarization. According to the document https://help.apple.com/xcode/mac/current/#/dev88332a81e I have to open the app the xcode archive organiz...
Jerrome asked 2/11, 2018 at 2:53

1

Solved

I'm dealing with this issue for almost two weeks. When I build my electron app in a DMG file, everything works perfect, but when I try to build the app in pkg format to upload to AppStore, I get th...
Adamik asked 12/12, 2021 at 20:27

4

Solved

I haven't been able to find a definition for this error in relation to codesigning. I'm really quite stumped as of what to do. The error occurs when attempting to execute this command line: codes...
Wallacewallach asked 16/4, 2015 at 23:20

8

Solved

Starting with macOS Sierra, I can't import a codesign-identity into a keychain with /usr/bin/security any more without usr/bin/codesign UI-prompting for access when using this identity. This breaks...
Newsmagazine asked 5/10, 2016 at 8:7

4

Solved

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 ...
Concession asked 11/3, 2010 at 4:18

1

I use CMake add_custom_command(TARGET POST_BUILD COMMAND codesign ...) for signing executable files on build. It works fine, but when CPack generates package it rewrites rpath on executable fil...
Competitive asked 19/10, 2018 at 14:37

7

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 Abort trap: 6 /Applications/Xcode.app/Contents/Developer/usr/bin...
Shagbark asked 24/4, 2015 at 13:20

© 2022 - 2025 — McMap. All rights reserved.