Verse issue since three weeks ago.

My team has been encountering the same issue in Verse for the past three weeks. Even when I create a new project using one of the Verse templates, the problem persists. Has anyone experienced this before or have any insights into what might be causing issues with both my code and Verse itself?


appears the same as: Verse Build Errors

@Flak tried to add a note about it to the changenotes, but I guess it got removed again :person_shrugging:

They made a breaking change where your tooltips can no longer be in the same context as your class. just pop them all above the class definition and hopefully you can build again.

After last nights’ emergency-patch, I then also had to delete my verse devices from map/browser, and rebuild / re-add them and re-link everything again today… but hopefully that was just a one-off while they were trying to implement the language changes.

1 Like

oh, and you can ignore the other ~63 non-blocking errors in the standard libraries - that was by-design while they make some changes:

(These standard libraries will not block your build, unlike the breaking change they made to your tooltips)

1 Like

(post deleted by author)

also: this wont be fixed:

I assume because EVENTUALLY: messages will all be in a language/translations file of some sort

Thank you for the information. With what you provided I was able to find the solution. Cheers!