Replies: 2 comments
-
Hey @danwood, this is a good suggestion! We'll look into documenting it soon. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this has improved in later versions of Xcode. I'm going to convert this to a discussion, in case there are other ideas around documenting some of Swift's gnarlier diagnostics. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been getting this error message as I build up HTML code, and I finally realized that what was wrong was a missing comma, for instance after the
.header(…)
here. It might be good to document the error message phrase _"Cannot infer contextual base in reference to member _____" for people who encounter this error in the future.(This is using Xcode 12 beta; don't know how it will appear in older or newer versions of the Swift compiler…)
Beta Was this translation helpful? Give feedback.
All reactions