ios - ios 远程构建代理的 VS2015 Cordova 工具配置无效 - 未找到 taco-remote 包

标签 ios cordova visual-studio-2015 visual-studio-cordova

我按照以下步骤设置了远程构建:https://taco.visualstudio.com/en-us/docs/ios-guide/#stack

我可以从 Visual Studio 进行配对,但是当我尝试从 apache cordova 工具设置 ios 配置时,我在 Apple 计算机上收到以下错误响应:


Last login: Mon Apr 11 11:31:07 on ttys000
Johns-Mac-mini:~ johnbowyer$ vcremote --secure false
vcremote
Copyright (C) 2014 Microsoft Corporation. All rights reserved.
1.0.8

VC build library initialized.
Remote build server listening on [http] port 3030
GET /modules/taco-remote 404 7ms
GET /modules/taco-remote 404 2ms
GET /modules/taco-remote 404 0ms

从 Visual Studio 我收到错误:无法连接到远程 IOS 构建服务器。潜在的异常。远程服务器返回错误:(404) 未找到。

npm taco-remote 的结果是

Last login: Mon Apr 11 11:35:50 on ttys002
Johns-Mac-mini:~ johnbowyer$ npm taco-remote --version
3.8.6

最佳答案

在您的第一篇文章中,您使用 vcremote 包来启动远程构建,该版本仅适用于 Visual C++ 项目。看起来您是通过使用 remotebuild 包 (npm install -g Remotebuild) 修复了这个问题,这是您想要用于 Cordova 项目的包。这可能有点令人困惑,因为这两个工具在幕后都使用一些共享源。

关于ios - ios 远程构建代理的 VS2015 Cordova 工具配置无效 - 未找到 taco-remote 包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36553897/

相关文章:

ios - Nativescript + iOS webview + 本地文件

jQuery 1.8.1 .load html>body

c# - 提取 Windows 文件属性(自定义属性)C#

c# - 调试语句执行计数器

iPhone iOS 是否有开源带注释的折线图示例?

ios - 为测试飞行创建企业 .ipa 时使用什么 url?

ios - [错误] : Type info TC, N,D 尚不支持

android - 无法通过其他文件(app.js)实现温泉

javascript - 使用 Cordova 显示和隐藏元素

c++ - Visual Studio 2015 - 只计算命中不停止