webview_cef icon indicating copy to clipboard operation
webview_cef copied to clipboard

m1 sonoma 14.1.2

Open JeongEunSeong opened this issue 10 months ago • 2 comments

I ran it according to the guide method, but it doesn't work.

ref. https://github.com/hlwhl/webview_cef/issues/27

image

JeongEunSeong avatar Apr 01 '24 02:04 JeongEunSeong

root project

pebspec.yaml webview_cef: path: ./packages/webview_cef

./packages/webview_cef/macos/webview_cef.podspec .... s.vendored_frameworks = 'third/cef/Chromium Embedded Framework.framework' s.vendored_libraries = 'third/cef/cef_sandbox.a'

packages/webview_cef/macos/third/cef dir

image

JeongEunSeong avatar Apr 01 '24 07:04 JeongEunSeong

Recently, my team has also encountered a similar problem. After adapting Flutter to a new version of MacOS on the ARM platform, it is unable to properly parse the general version of the prebuilt package. Try upgrading Flutter to the latest stable version and selecting the ARM version of the prebuilt package may solve the problem. @JeongEunSeong

SinyimZhi avatar Apr 19 '24 15:04 SinyimZhi