Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
224 stars 73 forks source link

[BUG] Mac OS prebuilt binary won't run - not notarized #492

Open theobarkerh opened 2 years ago

theobarkerh commented 2 years ago

Describe the bug Application binary not notarized for Mac OSX during build/package process.

To Reproduce Steps to reproduce the behavior:

  1. Download the .DMG file for Mac OS x64 from the Releases tab on this GitHub project.
  2. Double-click on the DMG file to open the installer.
  3. Drag the image to the application folder in the installer.
  4. Click on the application icon in Mac OS Launchpad.
  5. System displays error message box that app could not be opened "... because Apple cannot check it for malicious software. This software needs to be updated. Contact the developer for more information."

Expected behavior A notarized application from Azure GitHub account would just launch.

Screenshots

Desktop (please complete the following information):

Additional context This was also a problem with the Azure Storage Explorer application: https://github.com/microsoft/AzureStorageExplorer/issues/2395

rido-min commented 2 years ago

Hi @theobarkerh

thanks for reporting this issue, would you mind updating the title?

PeteDouma commented 2 years ago

Any estimate when this will be resolved?

YingXue commented 2 years ago

Relates to #503 Are you able to unblock yourself with the 'run/trust the app anyway' option? It looks like Apple allows the users to do so with this help document: https://support.apple.com/guide/mac-help/apple-cant-check-app-for-malicious-software-mchleab3a043/mac Our application is in preview, and we will address this issue before GA.

theobarkerh commented 2 years ago

Yes, I am able to unblock with the run/trust... option. Should not have to do that.