我正在使用最近安装的 nativescript3。我正在尝试在模拟器(或我可以查看的任何地方)上运行一个简单的应用程序。我一直在运行 $ tns run ios。这有时会在模拟器中成功打开应用程序,但现在它无法正常工作。
如果没有更改代码,它现在正在停滞不前。我能做些什么?
这是终端中的相关输出:
Project successfully built.
Installing...
Successfully installed on device with identifier '[XXXXX-XXXX...]'.
Unable to apply changes on device: '[XXXXX-XXXX...]'. Error is: cp: dest is not a directory (too many sources).
Executing after-watch hook from /Users/.../expNSApp/hooks/after-watch/nativescript-dev-typescript.js
它停在那里。没有进一步的操作,如果我在模拟器中单击应用程序,它会显示“无法安装”[APP]。请稍后再试。”
有什么建议么?