👋 Coming back to 
this.
Our SwiftUI Previews are broken atm because our XCFramework is set up as 
static. 😞 We are aware that a dynamic framework should make the swiftui previews work, but we cannot change it to dynamic because we are integrating 
Firebase from Gitlive, and 
apparently, that requires the framework to be static, or it complains about not being able to link Firebase.
Any ideas on how to bring back the previews?