ios - ios 远程构建代理的 VS2015 Cordova 工具配置无效 - 找不到 taco-remote 包
<p><p>我按照以下步骤设置远程构建:<a href="https://taco.visualstudio.com/en-us/docs/ios-guide/#stack" rel="noreferrer noopener nofollow">https://taco.visualstudio.com/en-us/docs/ios-guide/#stack</a> </p>
<p>我可以从 Visual Studio 配对,但是当我尝试从 Tools for apache cordova 设置 ios 配置时,我在苹果机器上收到以下错误响应:</p>
<hr/>
<pre><code>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 port 3030
GET /modules/taco-remote 404 7ms
GET /modules/taco-remote 404 2ms
GET /modules/taco-remote 404 0ms
</code></pre>
<p>我从 Visual Studio 收到错误:无法连接到远程 IOS 构建服务器。基础异常。远程服务器返回错误:(404) Not Found。</p>
<ul>
<li>这个人似乎有类似的问题,但我不清楚
他们做了什么作为我没有做的修复,因为我使用的是 vcremote:
<a href="https://stackoverflow.com/questions/31569621/vs2015rtm-cordova-tools-configuration-for-ios-remote-build-agent-no-longer-valid" rel="noreferrer noopener nofollow">VS2015RTM Cordova Tools configuration for ios remote build agent no longer valid - taco-remote package not found</a> </li>
<li>这个人似乎有类似的问题,但似乎他们<br/>
可能已经切换到我无法选择的其他 mac<br/>
做:<br/>
<a href="https://stackoverflow.com/questions/36418953/visual-studio-cordova-building-ios-package-via-remote-agent-issues" rel="noreferrer noopener nofollow">Visual Studio Cordova, building iOS package via remote agent issues</a> </li>
</ul>
<p>npm taco-remote 的结果是</p>
<pre><code>Last login: Mon Apr 11 11:35:50 on ttys002
Johns-Mac-mini:~ johnbowyer$ npm taco-remote --version
3.8.6
</code></pre></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>在您最初的帖子中,您使用 <code>vcremote</code> 包来启动远程构建,它仅用于 Visual C++ 项目。看起来您使用 <code>remotebuild</code> 包 (<code>npm install -g remotebuild</code>) 修复了它,这是您想要用于 Cordova 项目的包。这可能有点令人困惑,因为这两个工具都在幕后使用了一些共享源。</p></p>
<p style="font-size: 20px;">关于ios - ios 远程构建代理的 VS2015 Cordova 工具配置无效 - 找不到 taco-remote 包,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/36553897/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/36553897/
</a>
</p>
页:
[1]