Questions tagged [taco]

The Tools for Apache Cordova (TACO) provides additional functionality on top of Apache Cordova. It contains utilities for easy access to validated Cordova platforms and plugins, helps you to install platform specific build dependencies and provides guided help for building and running your hybrid Cordova applications.

The Tools for Apache Cordova (TACO) provides additional functionality on top of Apache Cordova. It contains utilities for easy access to validated Cordova platforms and plugins, helps you to install platform specific build dependencies and provides guided help for building and running your hybrid Cordova applications. You can find more information at http://taco.tools

115 questions
0
votes
0 answers

Can't build release iOS Cordova app with taco / remotebuild

Using taco and remotebuild on a cloud mac, I'm trying to do a release build of my Cordova app : taco build ios --device --release The remote machine has an iOS distribution signing identity and provisioning profile. When creating the provisioning…
user888734
  • 3,797
  • 5
  • 36
  • 67
0
votes
1 answer

Where is the built output from TACO remote build?

This must be a stupid question. I'm using taco-cli and remotebuild to build my cordova app on a macincloud instance. taco build ios It works fine, I can clearly see communication between Windows and the remote agent, and it says the build has…
user888734
  • 3,797
  • 5
  • 36
  • 67
0
votes
0 answers

The last version of Visual Studio (update2) TACO (release 9) failed to build at end on a big app (>700mb)

I've updated my build tools, i'm now using : Visual Studio 2015 update 2 Visual Studio Tools for Apache Cordova update 9 TACO using Node 0.12.9 (autodownload on building, no control) Cordova CLI 6.1.1 Building for iOS 9.3 with remotebuild. This no…
0
votes
1 answer

Cordova iOS Remote Build Release Mode fail

Building Cordova app via Visual Studio using Remote build. Was using Cordova version 5.3.1, tried updating to the latest version of Cordova too - 6.2.1-nightly.2016.5.23.6e87c71a. Both times it works in Debug mode but does not work in Release…
0
votes
1 answer

Cordova app packaging for Windows Universal APP which works on both mobiles and surfaces

I want to submit an app which works on Windows Mobile 8.1, Windows Mobile 10 and Windows Surface (with OS windows 8.1 and Windows 10). I have used Visual Studio Community Tools For Apache Cordova Update 9 for packagin. When I packaged the app by…
0
votes
0 answers

Cordova Remote Build on iOS

I am encountering a problem trying to build and deploy a cordova app on an iPhone device (latest iOS 9.3). I am worried this may be due to an incompatibility of versions - I do have my doubts about this though. My macbook pro is still running on…
Jurgen Cuschieri
  • 658
  • 14
  • 33
0
votes
1 answer

Customizing the hamburger menu in Cordova Windows applications

When I create a new application using the windows platform, I see the following menu: How can I customize this menu, adding my own menus and perhaps removing the Share item? Can I remove it entirely?
mseddon
  • 1,815
  • 17
  • 28
0
votes
0 answers

$cordovaImagePicker.getPictures undefined

I am building my first app using Visual Studio Tools for Apache Cordova (TACO) and running into a problem attempting to use my first Cordova plugin $cordovaImagePicker. I am using Visual Studio 2015 update 2 with version 12.0.60401.1 of the VS Taco…
Sean Merron
  • 442
  • 4
  • 15
0
votes
1 answer

Visual Studio Tools for Apache Cordova disabled emulator target dropdown after Update 8.1

I just updated my Visual Studio 2015 to the latest Tools for Apache Cordova Update 8.1. I am now not able to select any emulators because the debug target dropdown is disabled. How can I get it re-enabled? I have tried "Clear Cordova Cache" under…
Ionian316
  • 2,303
  • 2
  • 28
  • 36
0
votes
1 answer

Taco Android build Error

I just started learning building andoriod apps using Microsoft's open source software called taco, and I followed the steps they have on taco.tools and the problem comes when I use the Command taco build android I get the error No install build…
0
votes
1 answer

Problems with cordova remote build from visual studio to ios seems to be because of the phonegap push plugin

First of all, I am developing a Cordova app for Android and iOS, primarily. I was using the deprecated version of the Phone gap push plugin: https://github.com/phonegap-build/PushPlugin Now I am using the new…
0
votes
1 answer

Taco stops in the middle of livereload

I recently set up my project with a gulp system to compile and minify (with sourcemaps) jade, stylus, and es6 from a separate /src folder into /www. I am endeavoring to use TACO for livereload, but whenever one of these files is changed (I believe…
UnderSampled
  • 131
  • 6
0
votes
1 answer

how to check mac machine is busy with some taco build of cordova project on windows machine

My problem is that, I have 3 windows machines and 3 mac machines. I can make build on any mac machine using any windows machine using taco build command. Suppose Mac 1 machine is busy with windows 1 machine for making ios build. if windows 2 machine…
mohit sharma
  • 259
  • 1
  • 4
  • 9
0
votes
1 answer

500 Error Debugging Apache Cordova app on iOS

I am attempting to debug an Apache Cordova app from Visual Studio 2015 on iOS. The application builds just fine, and even launches in the simulator. But I keep getting a 500 error when remotebuild attempts the debug command, and I get the error…
Eric C
  • 11
0
votes
1 answer

remotebuild test failing with ENOTFOUND

After installing remotebuild (and checking dependencies), I tried a remotebuild test. It fails with a Error: getaddrinfo ENOTFOUND at errnoException (dns.js:37:11) at Object.onanswer [as oncomplete] (dns.js:124:16) Any ideas if I'm missing…