Did you verify whether this issue has already been reported here?
Yes
Tell us about the problem
Sidekick does not recognize platform specific application Ids and shows [object Object] instead of the Id.
If the application id in package.json is a string, it shows it correctly. Otherwise it does not.
And it makes sense because currently the Application ID is listed under Properties → General where as it should be under Properties → iOS or Properties → Android. So instead of showing the ID specified in the package.json, it simply shows this:
And of course subsequently does not build the app.
Which platform(s) does the issue occur on?
Should be the same for every platform but my experience is with Linux.
Provide the following version numbers that the issue occurs with:
Please, provide the details below:
Did you verify whether this issue has already been reported here?
Yes
Tell us about the problem
Sidekick does not recognize platform specific application Ids and shows
[object Object]
instead of the Id.If the application id in package.json is a string, it shows it correctly. Otherwise it does not.
And it makes sense because currently the Application ID is listed under
Properties
→General
where as it should be underProperties
→iOS
orProperties
→Android
. So instead of showing the ID specified in the package.json, it simply shows this:And of course subsequently does not build the app.
Which platform(s) does the issue occur on?
Should be the same for every platform but my experience is with Linux.
Provide the following version numbers that the issue occurs with:
Version: 1.19.1-v.2019.8.1.2 (latest) NativeScript CLI version: 6.1.2 CLI extension nativescript-cloud version: 1.18.2 CLI extension nativescript-starter-kits version: 0.3.5
Tell us how to recreate the issue in as much detail as possible
Does this issue happen every time?
Yes