预览服务已被禁用,直至另行通知。在 Svelte Native 上进行 运行 ns 预览时,配置本地构建并使用 "ns run "

The Preview service has been disabled until further notice. Configure local builds and use "ns run " instead when running ns preview on Svelte Native

我是 Svelte Native 的新手。我正在关注 Quick Start steps on docs。安装 nativescript 并使用 npx degit halfnelson/svelte-native-template myapp 创建新的 Svelte-Native 应用程序没有问题。

但是,在我 cd myapp 然后 运行 ns preview 之后(上面的屏幕截图立即继续):

注意:我第二次尝试tnspreview,因为我在screenshot on the docs,只是为了测试它,看看它是否会起作用(但它也没有)。

所以我是否应该等到预览服务已启用?如果不是,我不知道如何配置本地构建并使用“ns 运行”来代替。我该怎么做?

我还 post 编辑了一个关于此 here 的问题。值得庆幸的是,NativeScript 团队回答了我的问题。我想 post 在这里,以防有人遇到同样的麻烦。

The Playground and the Preview app has been disabled until further notice, the implementation is in progress for a better user experience.

With ns run you can deploy your app to your iOS/Android device or simulator. To configure your local builds you should install Xcode or install Android Studio.

You can read more info on the Environment Setup.

安装 Xcode 后,您可以执行以下操作:

ns run ios

或在 AndroidStudio 上:

ns run android