DART gives security warning on Mac at launch
Closed this issue · 3 comments
- Download the DART 2.0.19 installer from https://s3.amazonaws.com/aptrust.public.download/DART/DART-2.0.19.dmg.
- Double click the installer.
- Drag to Applications folder when prompted.
- Click on DART icon to open.
Expected: The app should open.
Actual: Warning says "DART cannot be opened because Apple cannot check it for malicious software."
Seems there's a problem with our Apple Developer signing certificate. Check to ensure the build is properly signed.
For now, the work-around for this issue is to right-click on the DART application icon and choose Open. You'll see a dialog with three options, one of which is to continue opening the app despite the Apple warning. Click that, and the app will launch.
See https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/ for updating sign/notarize steps.
This is fixed in the latest 2.0.20 build. The problem was that the earlier build was not notarized. It is now.