arduino / arduino-pro-ide

The Arduino IDE for advanced users and developers. Experimental alpha version.
https://www.arduino.cc
Other
883 stars 71 forks source link

Not able to connect to Arduino (SAMD) boards on mac Catalina #27

Closed torenrl closed 5 years ago

torenrl commented 5 years ago

Describe the bug Even though the SAMD board package is installed and the correct board is connected, no active port is found by the board manager. I am using macOS Catalina, and I have tested with Genuino Zero and Arduino WiFi 1010.

To Reproduce Steps to reproduce the behavior:

  1. Arduino-PoC on Catalina
  2. Select Arduino WiFi 1010 or Genuino Zero from the board manager and connect the board
  3. "NO PORTS DISCOVERED"

Expected behavior I expected to find the Arduino on the port used, to be able to upload code

Screenshots

Desktop (please complete the following information):

torenrl commented 5 years ago

Same as #20.

rsora commented 5 years ago

Hi @torenrl , thanks for your report!

Can you please check if the macos snapshot build attached here https://github.com/arduino/arduino-pro-ide/issues/54#issuecomment-544558918 solves your problem?

Thanks!

torenrl commented 5 years ago

This works. Thank you.