arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.16k stars 7.02k forks source link

Mac OSX Catalina not show lib examples #11216

Closed RodrigoDornelles closed 3 years ago

RodrigoDornelles commented 3 years ago

i'm using a macbook with the latest version of mac os, and i can't list the examples created by third party libraries.

screenshot

per1234 commented 3 years ago

Hi @RodrigoDornelles. Thanks so much for reporting this.

In order to assist us with the investigation, please try this quick experiment of installing an arbitrary 3rd party library via Library Manager:

  1. From the Arduino IDE's menus, select Sketch > Include Library > Manage Libraries...
  2. Wait for the update to finish.
  3. In the "Filter your search..." field, type "fastled"
  4. Press the "Enter" key.
  5. From the list of search results, click on "FastLED by Daniel Garcia".
  6. Click the "Install" button.
  7. Wait for the installation to finish.
  8. Click the "Close" button.

Now open the File > Examples menu. Do you see "FastLED" in the menu?

per1234 commented 3 years ago

Closing due to lack of response.

@RodrigoDornelles if you'll provide the requested information I'll be happy to re-open this issue.

RodrigoDornelles commented 3 years ago

Sorry for the delay, I was without a computer, but finally when I fixed my macbook, this problem no longer occurs.