-
Notifications
You must be signed in to change notification settings - Fork 8
Frequently Asked Questions
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.
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.
- Introduction
- Get Started
- User Guide
- Logging in Sidekick
- Sidekick Settings
- Creating Your App
- Configuring Your App
- Adding Pages
- Code Signing You App
- Building Your App
- Running Your App
- Publishing Your App
- Troubleshooting