错误:Visual Studio Cordova命令失败,退出代码为69
问题描述:
我正在使用cordova的混合移动应用程序。当我尝试使用visual studio将其部署到Mac时,它会提供以下错误消息。错误:Visual Studio Cordova命令失败,退出代码为69
1> ------ Ensuring correct global installation of package from source package directory: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 12.0\COMMON7\IDE\EXTENSIONS\0A5IORSI.S5U\packages\vs-mda
1>MDAVSCLI : error - Build failed with error /Users/admin/remote-builds/builds/888/cordovaApp/platforms/ios/cordova/build: Command failed with exit code 69
1>Error : Remote build error from the build server Build failed with error /Users/admin/remote-builds/builds/888/cordovaApp/platforms/ios/cordova/build: Command failed with exit code 69:
任何帮助或建议来解决这个问题?
更多信息:我在远程服务器收到以下错误信息(MAC)
error BuildFailedWithError [ '/Users/admin/remote-builds/builds/888/cordovaApp/platforms/ios/cordova/build: Command failed with exit code 69' ]
答
我们推荐使用VS 2015年,而不是VS2013,因为微软最近改变了科尔多瓦应用程序结构,以符合当前CLI变化。请使用VS2015打开您的项目,该项目将升级并稍微改变您项目的当前结构。
让我知道你是否有其他问题。
答
在我的情况下,我最近更新xCode。所以我必须打开xcode并同意新的许可协议。之后,我可以在iOS上进行调试。
请访问我的博客了解更多科尔多瓦秘诀。在Mac上
http://guntucomputerhacks.blogspot.com.au/2016/10/visual-studio-cordova-command-failed.html
对于远程构建,您使用的是VS-MDA-远程服务器? –
@JordanMatthiesen是... – Aruna