我按照以下步骤设置远程构建:https://taco.visualstudio.com/en-us/docs/ios-guide/#stack
我可以从 Visual Studio 配对,但是当我尝试从 Tools for apache cordova 设置 ios 配置时,我在苹果机器上收到以下错误响应:
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) Not Found。
npm taco-remote 的结果是
Last login: Mon Apr 11 11:35:50 on ttys002
Johns-Mac-mini:~ johnbowyer$ npm taco-remote --version
3.8.6
Best Answer-推荐答案 strong>
在您最初的帖子中,您使用 vcremote 包来启动远程构建,它仅用于 Visual C++ 项目。看起来您使用 remotebuild 包 (npm install -g remotebuild ) 修复了它,这是您想要用于 Cordova 项目的包。这可能有点令人困惑,因为这两个工具都在幕后使用了一些共享源。
关于ios - ios 远程构建代理的 VS2015 Cordova 工具配置无效 - 找不到 taco-remote 包,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/36553897/
|