-
I am following the SyncUps example and have landed on this
but for this line
I get the following error
I am not able to determine why this error is happening. I believe I am following the SyncUps to a T but this error won't go away. |
Beta Was this translation helpful? Give feedback.
Answered by
mbrandonw
Jun 5, 2025
Replies: 1 comment
-
Hi @captadoh, Swift is just pointing to the wrong line. Your problem is here: case let .analyze(meeting, syncUp): That is not the proper way to destructure the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
captadoh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @captadoh, Swift is just pointing to the wrong line. Your problem is here:
That is not the proper way to destructure the
.analyze
case.