When I try to upload any sketch to my Arduino Uno Rev4 Wifi, it fails with the following message:
Sketch uses 35068 bytes (13%) of program storage space. Maximum is 262144 bytes.
Global variables use 2460 bytes (7%) of dynamic memory, leaving 30308 bytes for local variables. Maximum is 32768 bytes.
No device found on cu.usbmodemDC5475C4E7042
Failed uploading: uploading error: exit status 1
I am using Arduino IDE 2.1.1, from MacOS Ventura 13.4.1.
I have tried using the advice found in the following thread, but it isn't working for me.
How may I go about fixing this issue?