Post

Replies

Boosts

Views

Activity

Cannot convert value of type 'Binding<String>.Type' to expected argument type 'Binding<String>' error in swift 5 Xcode 12.3
I have error: Cannot convert value of type 'Binding<String>.Type' to expected argument type 'Binding<String>' I am using Xcode version 12.3, swift 5 and iOS 14.3 Occurred when grouping static containers (TextField and Text) struct ContentView_Previews: PreviewProvider {     static var previews: some View {         ContentView(text: Binding<String>) // error is here     } } How can I solve this ?
1
0
9.5k
Jan ’21