Hello, I copied the example with Folders Sdks - connectiq-sdk-win-samples "Picker" into VScode and the example doesn't work and gives me an error like:
Cannot override parameter 1 of '$.Toybox.WatchUi.PickerDelegate.onAccept' with type '$.Toybox.Lang.Array<$.Toybox.Lang.String>'.
At the function:
public function onAccept(values as Array<String>) as Boolean {
I thought that examples - tutorials work without errors, because it is also a source from which many people draw information.
Has anything similar happened to anyone?
How to fix the given problem?
Thanks for the idea
SOLVED:
public function onAccept(values as Array) as Boolean {