Do the above errors look familiar? Are you trying to sign and notarize your Godot build? Then you’re in the right place. This tutorials walks you through the steps to export, sign, and notarize your project for macOS.
This tutorial assumes you are using macOS. And I’m personally using Godot 3.5.
Generate your code signing cert
- Sign up for an Apple Developer account. Pay $99 and wait a day for your account to be approved.
- Install XCode through the App Store in MacOS. The installation takes quite some time.
- Follow Apple’s steps to create a new code signing identity. I’ve included a copy below for convenience.
- Open Xcode.
- Choose Xcode > Settings.
- In the toolbar, click Accounts.
- Select your Apple ID from the list of accounts.