Willis Lofgreen

Results 2 comments of Willis Lofgreen

> iOS17 在Widget的 Framework and Libraries中添加ClockHandRotationKit发现打出来的包无法添加小组件了。但是模拟器没有问题,有解决方案吗? 我也遇到类似的问题了,我后来改成手动集成,但是上传包的时候资源审核过不去

> 在Widget 中引入该包后,真机打包无法安装widget。 模拟器没有问题,希望得以解决 无法安装 Widget 应该是找不到 `ClockHandRotationKit` 这个镜像, 真机单独跑 widget 看看是不是有类似这样的错误: ``` dyld: Library not loaded: /System/Library/Frameworks/WidgetKit.framework/WidgetKit Referenced from: /private/var/containers/Bundle/Application/A3E1AEE4-5849-4DF2-A46A-B5D4678BE710/WDBuyerUniv.app/Frameworks/ClockHandRotationKit.framework/ClockHandRotationKit Reason: image not found ```