Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transporter error - example of build.json #260

Open
BenLaKnet opened this issue Oct 3, 2023 · 2 comments
Open

Transporter error - example of build.json #260

BenLaKnet opened this issue Oct 3, 2023 · 2 comments

Comments

@BenLaKnet
Copy link

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 :

"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

@BenLaKnet
Copy link
Author

Help needed...

@BenLaKnet
Copy link
Author

Could you please tell me what is wrong in my config files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant