简体   繁体   English

Visual Studio Cordova iOS部署用于远程构建

[英]visual studio cordova ios deploy for remote build

My problem is 我的问题是

Severity Code Description Project File Line Suppression State Error Remote build error from the build server http://xxxxxx:3000/cordova - Derleme, Command to fetch XCode version failed. 严重性代码说明项目文件行抑制状态错误来自构建服务器的远程构建错误http://xxxxxx:3000/cordova -Derleme,获取XCode版本的命令失败。 Your build may fail if the version installed is 8.0 or greater. 如果安装的版本为8.0或更高版本,则构建可能会失败。

My Version: 我的版本:

Xcode version 7.2 
Cordova version     6.3.1
Node 4.4.3
Npm 2.15
Cordova android     5.2.1
Cordova iOS 4.2.0

I had same issue previously, and I resolved it by go to my mac and accept the license agreement of xcode. 以前我也遇到过同样的问题,我通过转到Mac并接受xcode的许可协议来解决了这个问题。

Run this in terminal : sudo xcodebuild -license and then type agree. 在终端:sudo xcodebuild -license中运行此命令,然后键入同意。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM