Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Frequently Asked Questions

Nick Iliev edited this page May 28, 2020 · 1 revision

Frequently Asked Questions

Additional components are required to run NativeScript Sidekick

After updating the NativeScript Sidekick client, you might see the following error message on launch:

To resolve this issue, you need to update the NativeScript CLI to the required (in most cases, the latest available) version. To do this, you should open a command prompt (on Windows) or a terminal (on macOS and Linux) and run the following command:

npm install -g nativescript

After the installation process is complete, you will no longer see the error mentioned above when launching Sidekick.

CertificateStoreUtilities has stopped working

On a Windows machine, when you build in the cloud for iOS or Android with a certificate stored in the Windows Certificate Manager, you might encounter the following error:

This issue will occur when the selected certificate is not a valid iOS or Android certificate or when you have not enabled the "Mark this key as exportable..." option when importing the certificate to the Windows Certificate Manager. To resolve the latter, you need to enable the option when importing the certificate as shown in the image below:

Marking the key as exportable will resolve the error, as long as the provided certificate is a valid iOS or Android one.

Clone this wiki locally