Not sure if this helps, but I've linked my SPM dependencies statically to a dynamic framework, which is then shared across the app and extensions. For example, I link RxSwift statically with SPM to MyDynLib, then `import RxSwift` normally in the iOS target.Do note that MyDynLib is just a dynamic framework target within my Xcode workspace.
Post
Replies
Boosts
Views
Activity
I have the same issue .. Users with older Apple Watch devices are complaining that the app doesn't launch for them anymore.