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
12
votes
4 answers

Visual Studio 2015 won't work with Tools For Apache Cordova

I did the full installation of VS 2015 Enterprise + Tools for Apache Cordova. When I open or create any project It won't build and even show the Ripple Emulator or Device information on the Run button. I already did a full reinstall and still the…
10
votes
1 answer

"Incremental java compilation is an incubating feature." takes too long for every cordova build Process

Every time I build a Cordova project, the build process is stuck for about 8 minutes. The last line in the log when this happens is : Incremental java compilation is an incubating feature. Has anybody seen this happen before? I'm using Visual Studio…
Pourya8366
  • 3,424
  • 4
  • 21
  • 28
7
votes
3 answers

Taco roadmap - Update 11 with Cordova 7 support

Are there any plans by Microsoft to release a Taco Update 11 with native Cordova 7, Node 4.x support? Is Taco still an active project since the last update was two years ago?
systempuntoout
  • 71,966
  • 47
  • 171
  • 241
7
votes
5 answers

Why is Visual Studio TACO unable to find the app I am trying to debug?

I am using visual studio running in parallels on a Mac. The Mac functions as my build server for iOS. I am trying to get debugging working from visual studio for both the simulator (iPad Air iOS 9.3) and an actual device (an actual iPad Air). For…
Zoop
  • 872
  • 3
  • 11
  • 24
6
votes
1 answer

Visual Studio Taco - Remotebuild will no longer deploy to remote device

Up until recently (around Sept. 15 2016) I was able to build and deploy a cordova project to a remote device (iPhone 6) using VS2015 with the latest version of TACO and remotebuild. I am now running ios 10 and updated iTunes and xcode. Now when I…
brettjason
  • 126
  • 5
6
votes
1 answer

Can I use remote build for Cordova app without Visual Studio?

In the past I have built my Cordova apps with Visual Studio Tools for Apache Cordova and remote build on a provisioned Mac (from macincloud). I'm now using VS Code rather than Visual Studio, and wondering if there is a way of doing it with command…
user888734
  • 3,797
  • 5
  • 36
  • 67
6
votes
2 answers

Cannot build after upgrade to Visual Studio 2015 Update 2 / TACO Update 8

Today I upgraded to Visual Studio 2015 Update 2 including TACO Update 8. When I try to build, it fails. In the detailed error log, I see (beside others): Installing npm 2.14.9. This could take a few minutes... Failed : The remote server returned…
Markus Wagner
  • 708
  • 3
  • 13
5
votes
2 answers

Is anyone having problems installing VS Tools for Apache Cordova Update 4?

I just saw VS TACO Update 4 as an available update and installed it on two machines, but in both cases, after installing and restarting VS, it still shows up as an available update. Morever, when you try and install it, it invokes the VS installer…
4
votes
3 answers

No Java files found that extend CordovaActivity

I'm attempting to build a cordova app to release to android devices but receiving the following error message: "Error: No Java files found that extend CordovaActivity" It appears that the source of the error is that build folder that is to contain…
wrappingduke
  • 39
  • 1
  • 5
4
votes
1 answer

Visual Studio 2015 Cordova: Code Sign Error on Xcode 8 and iOS 10 Cordova Project

I use VS2015 to develop Cordova. Recently I update Xcode and get the following error when build ios Signing for "BlankCordovaApp10" requires a development team. Select a development team in the project editor. Code signing is required for product…
Paul
  • 437
  • 2
  • 14
4
votes
5 answers

How to view Cordova app in the browser with Visual Studio?

I want to run my cordova app in the browser (not ripple emulator, but directly in the browser). One way of doing it I found on SO and it's simply set up IIS to the www folder. That works pretty fine, but I was wondering if it's possible to add a…
3
votes
0 answers

Which files to ignore from source control for Visual Studio Apache Cordova apps (TACO)

I'm trying to find if there is a list of the files to ignore in source/version control for apache cordova apps built with visual studio version 2015. There are a lot of files especially under platforms, and I'm not sure if they need to be included…
3
votes
2 answers

Error executing 010_add_platform_class.js using VS Tools for Apache Cordova

I have imported an existing Ionic app into VS 2015 Update 1. I'm using the latest Tools for Apache Cordova Update 7. When I build the app, I'm getting the errors below when it tries to execute the hooks\after_prepare\010_add_platform_class.js file.…
2
votes
1 answer

Visual Studio Tools for Cordova, Xcode 10 & emulators

Is VS-TACO actually still supported? Looking at the documentation, it all still refers to Xcode 8.x whereas my understanding is that all iOS apps destined for the Apple/iTunes store must be built with Xcode 10+. I also note that there does not seem…
Martin Robins
  • 6,033
  • 10
  • 58
  • 95
2
votes
1 answer

VS Cordova projects won;t debug on IOS device

All: Trying to find a substitute for Telerik Platform (discontinued) to produce Cordova based apps. Have tried using Visual Studio w/ TACO toolkit installed in both VS 2017 and VS2015. What a disaster of things that don't work. Lot's of moving…
1
2 3 4 5 6 7 8