Unresolved reference ‘unaryPlus’

Hi everyone,

I’m hitting a wall with an Android build error that recently started appearing: Android Compiler (Class: smain) Unresolved reference ‘unaryPlus’

  • Xojo Version: 2026 Release 1.1

  • History: The project was compiling perfectly fine on this same version previously.

  • Troubleshooting done: I’ve rolled back my most recent code changes, but the error persists. I’ve also tried clearing the project caches with no success.

Before I start the tedious process of commenting out large blocks of code to find the culprit, has anyone encountered this specific unaryPlus reference error before? It feels like the compiler is struggling with a specific math or string operation, but the error message is too vague to pinpoint the line.

Any insights would be greatly appreciated!