You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 App 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 :
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
The text was updated successfully, but these errors were encountered:
I am using cordova-electron to build a macOS app.
But I have problems when I try to use transporter :
Could you please help me with build.json example files.
It is mine :
If I add mobileprovision, I obtain that :
Many thanks
The text was updated successfully, but these errors were encountered: