Hi,
I’m getting the following error when compiling:
Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
- Labels that are numbers must be followed by colons.
I have narrowed it down to the switch activity, which seems to cause the error.
I dont know what labels are in this case. I have tried to add a “:” see below(marked green):
I have also tried to add the colon(“:”) to the “case” on the left side without any success.
What is causing this problem?