I’m putting this under iOS but I don’t know if it’s limited to iOS or mobile (or beyond).
I’m working with a project that has been compiling fine for years, but I haven’t had to do a build in some months.
In two places I use a thread. One is a subclass and one is a thread that was just dragged into a mobile screen.
When I compile I get two errors for each:
- Can’t find a type with this name - Name
- Type mismatch error. Expected enum Thread.types, but got int64 - Name
I’ve submitted the bug, and I know work-arounds, but they’ll be a huge pain to implement in this project. Hoping someone here knows an easy fix.