Willis Lofgreen
Willis Lofgreen
我在使用过程中遇到两个问题: 1. 使用 SPM 集成的情况下,我发现我必须在宿主 App 的 `Link Binary with Libraries` 中添加 `SwingAnimation`,否则,在运行小组件的时候,会提示找不到 ClockHandRotationKit: ```shell dyld[18266]: Library not loaded: @rpath/ClockHandRotationKit.framework/ClockHandRotationKit Referenced from: /private/var/containers/Bundle/Application/ED21F8A4-CCBE-429D-9019-70193AF27BF0/MyHostApp.app/PlugIns/MyWidgetExtension.appex/MyWidgetExtension Reason: tried: '/usr/lib/swift/ClockHandRotationKit.framework/ClockHandRotationKit' (no such file), '/private/var/containers/Bundle/Application/ED21F8A4-CCBE-429D-9019-70193AF27BF0/MyHostApp.app/PlugIns/MyWidgetExtension.appex/Frameworks/ClockHandRotationKit.framework/ClockHandRotationKit'...