Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 9 replies, 0 views
Removing type: parameter in package products helped me fix SwiftUI previews:
.library(
name: "MyLib",
// type: .static,
targets: ["MyLib"]
)