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

How to fix code signing error in Xcode 11?

I keep getting this error. I tried everything. Code Signing Warning: "OSCSender - App" isn't code signed but requires entitlements. It is not possible to add entitlements to a binary without signing it. Code Signing Error: Code signing is required…
itsuzef
  • 1
  • 1
  • 2
0
votes
0 answers

Mac OSX Codesigning issues

I am experiencing a problem with codesigning on Mac OSX (Catalina and older), that I cannot find any answer for. I do have a *.component file, that I am codesigning and notarizing with my Apple Developer ID, which is working perfect. As a…
0
votes
0 answers

Code Signing Dlls using Azure Pipelines Powershell remote execution task

I am trying to signing dlls using signtool.exe. The problem i am having is signing certificate is mapped to one AD account and had to login to any accessible machine and do the signing process. The code signing certificate is stored in local user…
Renji
  • 391
  • 2
  • 7
  • 20
0
votes
1 answer

Codesign error, flutter clean required every time

Ok so I've have this issue which is resource fork, Finder information, or similar detritus not allowed Command /usr/bin/codesign failed with exit code 1 Could not build the application for the simulator. When building my flutter app. After…
Code Ratchet
  • 5,758
  • 18
  • 77
  • 141
0
votes
1 answer

How to get the CodeRequirement of an app using codesign?

I'm reading Apple's Configuration Profile Reference, https://developer.apple.com/business/documentation/Configuration-Profile-Reference.pdf, and on page 65 it is stated that the CodeRequirement identity dictionary key should be a string obtained via…
Kurt Peek
  • 52,165
  • 91
  • 301
  • 526
0
votes
1 answer

Can I sign my WPF clickonce manifest after distribute the application

I already roll out my application without tick "Sign the clickonce manifests". But when my client install the application always been block by smartscreen of anti virus, so end up I decided to get a EV code sign, but not sure will have any impact to…
HengWay
  • 3
  • 1
0
votes
0 answers

dyld: Library not loaded: @rpath/… Reason: image not found when code signed

I have an app bundle containing a cli tool and a dylib. For testing I am calling the cli tool in Terminal (iTerm2): DYLD_INSERT_LIBRARIES=./libwebsockets.14.dylib THNUCLNT_SVC="private" ./thnuclnt -v dyld: Library not loaded:…
Robert
  • 160
  • 9
0
votes
1 answer

Why is my code signed dmg is blocked by Chrome and Gatekeeper in Mac?

I code signed a dmg file and had it uploaded to google cloud storage. The file is not deemed as threatening in my Mac but in other Macs chrome browser blocks the download of the file regarding it as a malware. Upon trying to install the dmg in any…
alamshafi2263
  • 639
  • 4
  • 15
0
votes
0 answers

Codesign .app game for Mac Apple Store, after the creation of the PKG and the verification of the installation, the game does not start

I would like to ask for advice. I created a game in the .app format For the Mac App Store I have to convert it to PKG in order to use the Application Loader and send it for verification. I performed all signing procedures successfully with codesign…
Jollyvideos
  • 113
  • 2
  • 7
0
votes
1 answer

Swift stdlib tool error - the specified item could not be found in keychain

I have a flutter application that used Objective-C as a base, then I've added some libs that are SWIFT based, so I switched the SWIFT support on, and from it, all the troubles began. I've added a SWIFT support:…
Alexandra Lutikova
  • 321
  • 1
  • 2
  • 13
0
votes
1 answer

How to build MacOS app with hardened runtime in AppBundler

I am using AppBundler plugin in gradle to build my Java app. Now to have my app notarized, Apple requires the app to be built with 'hardened runtime' option. Does anyone know how to achieve this?
laocius
  • 772
  • 1
  • 8
  • 21
0
votes
1 answer

"already signed" error when trying to sign openjdk

We recently switched from oracle jdk to openjdk. When we try to build and sign our application with the javafx-gradle-plugin, we get an error in the signing process. We already tried to get codesign executed with the force flag (-f) since that does…
0
votes
1 answer

CodeSign with non-login keychain

I prayed to the twin gods of stack overflow and Google for many an hour, but for naught. I have a dedicated build machine and I'm trying to setup CI on it. Obviously codesign fails to run, as the login keychain is locked. Created a new keychain and…
Roy Falk
  • 1,685
  • 3
  • 19
  • 45
0
votes
1 answer

Codesign keychain issues after data migration: "The specified item could not be found in the keychain."

I recently got a new Macbook Pro and migrated my old data to it. Since then, Xcode refuses to build on a physical device. The simulator works fine (since I don't think it requires code signing). The error I receive is this: "The specified item could…
bencollins
  • 111
  • 1
  • 2
  • 7
0
votes
1 answer

Validate IPA before upload

I resigned IPA file with updated provisioning profile and I would like to validate it to confirm that everything has been done properly. However, xcode in organizer allows to validate only xcarchive not IPA. Is there any way to validate IPA from…
Wojciech Kulik
  • 7,823
  • 6
  • 41
  • 67