Posts

Post not yet marked as solved
5 Replies
I have the same issue .. Users with older Apple Watch devices are complaining that the app doesn't launch for them anymore.
Post not yet marked as solved
6 Replies
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.