openkraken / kraken

A web standards-compliant, high-performance rendering engine based on Flutter.
https://openkraken.com
Apache License 2.0
4.93k stars 304 forks source link

UICommand 和 iOS 15 SDK UIKitCore中类名重复定义 #1344

Closed 7fresh closed 2 years ago

7fresh commented 2 years ago

使用的 Kraken 版本 | What version of kraken are you using

0.11.0

重现步骤 | Steps To Reproduce

iOS中引入 #include <kraken_bridge/kraken_bridge.h>头文件

重现代码 | Code example:

#include <kraken_bridge/kraken_bridge.h>

预期结果 | Expected results:

程序正常编译

实际结果 | Actual results:

WX20220422-104743@2x

andycall commented 2 years ago

我在重构的版本里面已经将这个 struct 从头文件删除了

https://github.com/openkraken/kraken/pull/1063