BenLaKnet opened a new issue, #260: URL: https://github.com/apache/cordova-electron/issues/260
I am using cordova-electron to build a macOS app. But I have problems when I try to use transporter : Asset validation failed (90287) Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'com.apple.application-identifier' in 'com.monglucko.app.pkg/Payload/Mon Glucko.app/Contents/MacOS/Mon Glucko'. (identifiant : cbebe527-de89-4930-83c7-07359a9e90ec) Asset validation failed (90237) The product archive package's signature is invalid. Ensure that it is signed with your "3rd Party Mac Developer Installer" certificate. (identifiant : ed33915d-c925-44d2-b493-d1e75601c4db) Asset validation failed (90287) Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'com.apple.developer.team-identifier' in 'com.monglucko.app.pkg/Payload/Mon Glucko.app/Contents/MacOS/Mon Glucko'. (identifiant : 9a3e44ab-13e5-4358-b6d4-7f34d41fada4) Asset validation failed (90296) App sandbox not enabled. The following executables must include the "com.apple.security.app-sandbox" entitlement with a Boolean value of true in the entitlements property list: [( "com.monglucko.app.pkg/Payload/Mon Glucko.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Helpers/chrome_crashpad_handler", "com.monglucko.app.pkg/Payload/Mon Glucko.app/Contents/Frameworks/Mon Glucko Helper (GPU).app/Contents/MacOS/Mon Glucko Helper (GPU)", "com.monglucko.app.pkg/Payload/Mon Glucko.app/Contents/Frameworks/Mon Glucko Helper (Plugin).app/Contents/MacOS/Mon Glucko Helper (Plugin)", "com.monglucko.app.pkg/Payload/Mon Glucko.app/Contents/Frameworks/Mon Glucko Helper (Renderer).app/Contents/MacOS/Mon Glucko Helper (Renderer)", "com.monglucko.app.pkg/Payload/Mon Glucko.app/Contents/Frameworks/Mon Glucko Helper.app/Contents/MacOS/Mon Glucko Helper", "com.monglucko.app.pkg/Payload/Mon Glucko.app/Contents/Frameworks/Squirrel.framework/Versions/A/Resources/ShipIt" )] Refer to A pp Sandbox page at https://developer.apple.com/documentation/security/app_sandbox for more information on sandboxing your app. (identifiant : 8dba20e4-3245-4571-a4fe-b86e93a50f8d) Could you please help me with build.json example files. It is mine : "electron": { "mac": { "icon": "www/res/icon/electron/icon.icns", "package": [ "pkg", "zip" ], "signing": { "release": { "entitlements": "www/res/electron/entitlements.plist", "identity": "Bxxxxx (xxxxx)" } } } If I add mobileprovision, I obtain that : Invalid Provisioning Profile Signature. The provisioning profile included in the bundle com.monglucko.app [com.monglucko.app.pkg/Payload/Mon Glucko.app] cannot be used to submit apps to the Mac App Store until it has a valid signature from Apple. For more information, visit the macOS Developer Portal. (identifiant : 9906bc0b-df07-42bb-985e-fdf942e99ddd) Many thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org