Hi, I'm trying to automate project building with bitrise.
Before Connect IQ 3.2.0 everything was well: I downloaded sdk from direct link and added it to PATH in preparation workflow steps.
But after 3.2.0 and SDK Manager if I understood correctly I have to add SDK folder in my project and run monkeyc from there. But when i do this I'm getting an error:
ERROR: Provided device id 'fr945' is invalid. com.garmin.monkeybrains.ParameterException: Provided device id 'fr945' is invalid.
The same error for all devices from manifest.xml.
Guess I need to add Devices folder to the project too. But how should I do this? Is there any config file where I need to add path to this folder or something that I need to change in SDK?