OutSystems / WebView

Avalonia/WPF control that wraps CefGlue webview control
Apache License 2.0
310 stars 38 forks source link

Xilium.CefGlue.Avalonia.AvaloniaCefBrowser libcef dll not found in mac #298

Closed query-wow closed 1 year ago

query-wow commented 1 year ago

Hi I've been getting dll not found in m1 mac for libcef. I've been using this for mac for almost one year and it never happened, today when i wanted to debug the project, after Visual Studio updated i cannot even start it.

The libcef DYLD exists on the bin folder however i get the following exception.

Unable to load shared library 'libcef' or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable: dlopen(liblibcef, 0x0001): tried: 'liblibcef' (no such file), '/System/Volumes/Preboot/Cryptexes/OSliblibcef' (no such file), '/usr/lib/liblibcef' (no such file, not in dyld cache), 'liblibcef' (no such file), '/usr/local/lib/liblibcef' (no such file), '/usr/lib/liblibcef' (no such file, not in dyld cache)

joaompneves commented 1 year ago

Hi, Which version? Have you tried 2.106.6?