So, after I added webview onto my app I try to compile my app, this error appears:
In file included from webview.cc:1: In file included from /go/pkg/mod/github.com/webview/[email protected]/libs/webview/include/webview.h:2076: /go/pkg/mod/github.com/webview/[email protected]/libs/mswebview2/include/WebView2.h:978:10: fatal error: 'EventToken.h' file not found 978 | #include "EventToken.h" | ^~~~~~~~~~~~~~ 1 error generated.
I have Xcode command tools, gcc compiler and go itself installed.
Im using a M4 Mac Mini, with Tahoe. Any fixes or thoughts for this problem?