I am using XCode 12 beta 2
on iOS 14 Simulator
& am trying to update the Widget Preview Screen (i.e. the screen which appears when we try to add a new widget) from the Placeholder View
struct PlaceholderView : View {
var body: some View {
Text("Preview Title")
}
}
Any solution to this?