Unable to load WiFi LoRa 32 (V3)

Hello

I’m doing my first attempts with the WiFi LoRa 32 (V3). Unfortunately, I can’t even load the examples when it comes to LoRa.
Display examples work without any problems.

I work with the latest Arduino IDE 2.2.1 and have library version 1.1.5.
The following error:

fatal error: loramac/LoRaMac.h: No such file or directory
#include “loramac/LoRaMac.h”

Can someone give me a tip as to what I’m doing wrong?
I’ve already reinstalled the library and tried to add the manual files, but there are more and more reports about missing libraries.

Hola lo que te está queriendo decir es que incluyas esas librerías en tu Arduino…

Oh recomendación trabaja con la antepenúltima versión de Arduino y actualiza todas las librerías y luego reinicia tu computadora y comienza a programar

In file included from /Users/marc_perreten/Documents/Arduino/libraries/LoRaWan_APP/LoRaWan_APP.h:6,
from /private/var/folders/hp/znp11h250kj4w3157fcryzl80000gn/T/.arduinoIDE-unsaved2023109-10045-14lb8iq.yx7g/LED_Control_lora_S/LED_Control_lora_S.ino:12:
/Users/marc_perreten/Documents/Arduino/libraries/LoRaWan_APP/LoRaWan_102.h:4:10: fatal error: loramac/LoRaMac.h: No such file or directory
#include “loramac/LoRaMac.h”
^~~~~~~~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: exit status 1


Need to import the library above