我将Visual Studio 2015与Cordova Tools一起使用。我在我的mac上运行remotebuild并在VS15运行程序。 Remotebuild在屏幕上记录成功的标题但没有运行。
GET /cordova/build/tasks/17748 200 2.065 ms - 692
我的iphone 4已连接到Mac。
我按remotebuild --secure=false
运行它,然后显示remote build server listening on [http] port 3000
。好像没问题。
我做错了什么?
我配置了VS,工具 - >选项 - >用于apache cordova的工具 - >远程代理配置,并使用安全模式false设置主机IP。当我构建时,会记录下来:
1> ------ Build Settings:
1> ------ platformConfigurationBldDir: C:\Users\ÖmerAlper\Documents\Visual Studio 2015\Projects\CordovaApp\CordovaApp\bld\iOS\Debug
1> ------ platformConfigurationBinDir: C:\Users\ÖmerAlper\Documents\Visual Studio 2015\Projects\CordovaApp\CordovaApp\bin\iOS\Debug
1> ------ buildCommand: build
1> ------ platform: iOS
1> ------ cordovaPlatform: ios
1> ------ configuration: Debug
1> ------ cordovaConfiguration: Debug
1> ------ projectName: CordovaApp
1> ------ projectSourceDir: C:\Users\ÖmerAlper\Documents\Visual Studio 2015\Projects\CordovaApp\CordovaApp
1> ------ npmInstallDir: C:\Users\ÖmerAlper\AppData\Roaming\npm
1> ------ buildServerUrl: http://192.168.1.21:3000/cordova
1> ------ buildTarget: iOSEmulatoriPhone5S
1> ------ language: en-US
我一直收到这条消息。我在Attempt 100停止等待,因为我认为不会再发生任何事了。
05:34:27 Checking on build status from http://192.168.1.21:3000/cordova/build/tasks/7288 [Attempt 1]
1> uploaded - Uploaded build request payload.
答案 0 :(得分:0)
感谢您使用VS 2015 with Apache Cordova工具。您是否为running您的应用程序配置了VS,远程设备连接到远程Mac设备?
答案 1 :(得分:0)
我发现了问题所在。我在我的cordova应用程序中使用wikitude插件,这是非常大的!它大约是113 mb。我的项目总规模超过250 mb。这就是为什么"上传的构建请求有效载荷"相重复超过100次。没有wikitude插件,它可以在一分钟内工作,但现在不可能使用wikitude。