Possible to att static framework to Widget

I'm trying out the new widgets introduced with iOS 14 and it seems it doesn't support having a static framework as a dependency.

I have a static framework with a bunch of shared classes that I use in all my targets.

Is this a bug or a feature? 😅
Answered by JagCesar in 615431022
Turns out it works just fine to link a static framework to the Widget extension. But preview stops working.

Works fine on device though 😅
Accepted Answer
Turns out it works just fine to link a static framework to the Widget extension. But preview stops working.

Works fine on device though 😅
Possible to att static framework to Widget
 
 
Q