Post

Replies

Boosts

Views

Activity

Reply to How Notarize my .PKG After signing it : No suitable application records were found
To be clearer, in the next, that's the logurl : "logFormatVersion": 1, "jobId": "*********", "statut": "Invalide", "statusSummary": "L'archive contient des erreurs de validation critiques", "statusCode": 4000, "archiveFilename": "JFSE_signed.pkg", "date de téléchargement": "2021-06-16T08:06:21Z", "sha256": "*********", "ticketContents": null, "questions": [ { "gravité": "avertissement", "code": nul, "path": "JFSE_signed.pkg/JFSE.pkg Contents/Payload/Applications/MEDI2000/KIT_JFSE_MAC.zip/JFSE/Lecteur/gestionlecteursv.app/Contents/Java/clm-aat-client.jar/models/accuseDepot.odt" , "message": "b'warning [/tmp/tmpkqfjw8es/clm-aat-client.jar.unpacked_00/models/accuseDepot.odt] : 7691 octets supplémentaires au début ou dans le fichier zip\\n (en essayant de traiter quand même)\\ nerror [/tmp/tmpkqfjw8es/clm-aat-client.jar.unpacked_00/models/accuseDepot.odt] : début du répertoire central introuvable ;\\n fichier zip corrompu.\\n (veuillez vérifier que vous avez transféré ou créé le zip dans le\\n mode BINARY approprié et que vous avez correctement compilé UnZip)\\n'", "docUrl": null, "architecture": null }, { "gravité": "erreur", "code": nul, "path": "JFSE_signed.pkg/JFSE.pkg Contents/Payload/Applications/MEDI2000/KIT_JFSE_MAC.zip/JFSE/Lecteur/gestionlecteursv.app/Contents/MacOS/JavaAppLauncher", "message": "La signature du binaire est invalide.", "docUrl": null, "architecture": "i386" }, { "gravité": "erreur", "code": nul, "path": "JFSE_signed.pkg/JFSE.pkg Contents/Payload/Applications/MEDI2000/KIT_JFSE_MAC.zip/JFSE/Lecteur/gestionlecteursv.app/Contents/MacOS/JavaAppLauncher", "message": "La signature du binaire est invalide.", "docUrl": null, "architecture": "x86_64" }, { "gravité": "erreur", "code": nul, "path": "JFSE_signed.pkg/JFSE.pkg Contents/Payload/Applications/MEDI2000/KIT_JFSE_MAC.zip/JFSE/Lecteur/gestionlecteursv.app/Contents/PlugIns/jdk-11.0.2.jdk/Contents/MacOS/libjli. dylib", "message": "La signature du binaire est invalide.", "docUrl": null, "architecture": "x86_64" }, { "gravité": "erreur", "code": nul, "path": "JFSE_signed.pkg/JFSE.pkg Contents/Scripts/UserInputQuery.app/Contents/MacOS/SurgicaTools", "message": "L'exécutable n'a pas le runtime renforcé activé.", "docUrl": null, "architecture": "x86_64" } ] } Like you can see, in my .pkg, there are 2 .app who makes problem. So, How I can fix this ?
Jun ’21
Reply to How Notarize my .PKG After signing it : No suitable application records were found
I have found how having a primary bundle id but now when I Execute this command I Have this problem :      Date: 2021-06-14 08:52:55 +0000      Hash: ************   LogFileURL: ********   RequestUUID: **********     Status: invalid   Status Code: 2 Status Message: Package Invalid And in Logfilurl, I have this error message : début du répertoire central introuvable ;\n fichier zip corrompu.\n (veuillez vérifier que vous avez transféré ou créé le zip dans le\n mode BINARY approprié et que vous avez correctement compilé UnZip)\n'"," start of central directory not found; \ n corrupted zip file. \ n (please check that you created or created the zip in the correct \ n BINARY mode and compiled UnZip correctly) \ n '",
Jun ’21
Reply to How Notarize my .PKG After signing it : No suitable application records were found
I have found how having a primary bundle id but now when I Execute this command I Have this problem :           Date: 2021-06-14 08:52:55 +0000           Hash: ************     LogFileURL: ********    RequestUUID: **********         Status: invalid    Status Code: 2 Status Message: Package Invalid And in Logfilurl, I have this error message : "début du répertoire central introuvable ;\n fichier zip corrompu.\n (veuillez vérifier que vous avez transféré ou créé le zip dans le\n mode BINARY approprié et que vous avez correctement compilé UnZip)\n'"," start of central directory not found; \ n corrupted zip file. \ n (please check that you created or created the zip in the correct \ n BINARY mode and compiled UnZip correctly) \ n '",
Jun ’21
Reply to How to be certify ? cannot open because apple cannot verify it for malware
I think I resolved that because it's the same package but now he is signed, but I have an another problem. When I used language pkgutil --check-signature "name".pkg I saw : Developer ID Installer : "Name" ("code") Developer ID Certification Authority Apple Root CA My .pkg is signed but now, when I put my .pkg on my website for download it, I have already this message : cannot open because apple cannot verify it for malware I don't understand why then that my .pkg is, normally, signed. How I can be a Verify Developer for don't having this message ?
May ’21
Reply to Impossible to notarize my .pkg ? Product sign: error: Could not find appropriate signing identity for "Developer ID Installer: **** (******)"
I have a new message, indeed, I copy/paste the Command Security find ID (Developer ID's) on my productsign command et Now I have this message : An application signing identity (not an installer signing identity) is required for signing bundle-style products. Do you have solution for this ?
May ’21
Reply to Impossible to notarize my .pkg ? Product sign: error: Could not find appropriate signing identity for "Developer ID Installer: **** (******)"
Yes, with your command I find my certificate in "valid identities" but I can't, already, signed my package (the .pkg's file) with this certificate. How I can do this ? I used this command : productsign --sign "Developer ID Installer: Name_of_developer_ID (Number_of_DeveloperID)" name_uncertfied.pkg name_certified.pkg and I have this answer : Product sign: error: Could not find appropriate signing identity for "Developer ID Installer: (**)"  Thanks for your help.
May ’21