Closed cjwhitaker closed 2 years ago
Maybe you have a different class named Section
and the compiler is taking that one. Try prepending Eureka's Section
with Eureka.
:
form +++ Eureka.Section("About You")
<<< TextRow() { row in
row.title = "Name"
row.placeholder = "Your Name"
}
It could also be one of the other classes like TextRow
This worked, thank you!
Here is my Podfile:
It says I installed the pod successfully. Inside my project, I try to run this code:
but I'm getting the following error:
for this line of code:
and this error:
for this line of code:
What am I doing wrong here?? It's like it's not recognizing that it's proper Eureka formatting. It says in my build settings that I'm using Swift 5.