Replies: 1 comment
-
Most probably Xcode's fault. I import TCA first most of the time, haven't had any issues (apart from the normal "Xcode can't autocomplete anything" that happens occasionally) |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I observed that for files which have
import ComposableArchitecture
at the first position, autcomplete does not work at all. Movingimport ComposableArchitecture
to the last position does sometimes help for a short moment, then autocomplete breaks again. Do you have the same issue? How did you solve it?Xcode 12.5 beta3
EDIT1: Now it works again. Might be the usual Xcode autocomplete issues. 🖌️
Beta Was this translation helpful? Give feedback.
All reactions