CasePathable crashes on get
#3245
-
Beta Was this translation helpful? Give feedback.
Answered by
ChloeMayhewELT
Jul 18, 2024
Replies: 1 comment 5 replies
-
Hi @Otbivnoe, what version of Xcode/Swift are you using? Recent versions have improved their ability to do availability checking, and so should have prevented you from writing code that would get you into that |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Otbivnoe,
Rather than
\.[case: \.trips]
, you can just use\.trips
.