CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
527 stars 137 forks source link

修复 QCefView.framework 无法被 codesign 的问题 #192

Closed le0zh closed 1 year ago

le0zh commented 1 year ago

问题:

在尝试使用 codesign ... -v QCefView.framework 时,会出现 QCefView.framework: unsealed contents present in the root directory of an embedded framework 的问题。

解决办法:

修改 QCefView.frameowk 的目录结构,将 PlugIns 目录放在 Resources 目录下。

tishion commented 1 year ago

@le0zh 能否看看demo为何失败了?

tishion commented 1 year ago

等几天我mac机器到了一起看看

tishion commented 1 year ago

demo编译的问题我已经修复了,跟你的PR无关,你可以重新提一下之前调整目录的改动。

le0zh commented 1 year ago

已重新提交