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
2
votes
1 answer

TACO will not remote build ios with the --device parameter specified

Remotebuild is up and running on my osx server, and I can build with : taco build ios But when I try the following taco build ios --device I get a big old error ------ Incremental Build: true ------ Submitting new build request to:…
1
vote
0 answers

TACO CLI - failing to build on MAC (missing write access)

I am a broken man, my builds have been working for years, and since iOS did its latest build, i have issues. I cannot for life get this to work. MAC is catilina, i cannot believe all of this was working and then a simple version update and i cannot…
tyler_mitchell
  • 1,727
  • 1
  • 19
  • 27
1
vote
0 answers

Closing js files in Visual Studio in TACO project

On current week I faced with following issue. I load any Cordova App project in Visual Studio 2015. Open any js file in the editor. And then click the Save button (or press Ctrl+S). After that the tab with js file is closed. And this file is…
1
vote
1 answer

Unable to add push notifications entitlement to iOS production with cordova-plugin-fcm plugin

I am trying to install cordova-plugin-fcm plugin in a blank Cordova app using Visual Studio 2017. I install the plugin and add the google-plist files etc. On my mac i have xcode 7.2.1. When i build an ipa from visual studio it generates an IPA, but…
Quintonn
  • 770
  • 8
  • 29
1
vote
1 answer

Visual studio Tools for Apache Cordova version issue

I tried to create a blank project from VS2017 and, of course, it works. Since in my project I have to use the version 7.0.1, the first edit I make is to edit the row in the config.xml file from 6.3.1 to…
Piero Alberto
  • 3,823
  • 6
  • 56
  • 108
1
vote
0 answers

Error when building Apache Cordova project in Visual Studio - Could not find module \node_modules\vs-tac\app.js (again!)

I fixed this or a very similar issue with building in debug (and I assume in a release version) my Visual Studio 2015 Community TACO Apache Cordova project (the one I'm working on or a blank new project from the template - which is what I've…
crh777
  • 23
  • 5
1
vote
0 answers

Visual Studios Remote Build Fails Error Code 2

Trying to output IPA File, and each attempt I'm getting this. I have created the xcode8.js, setup the Config with the Before_Compile. But it still says Command Not Found. Why? Any Help. Executing script found in hooks directory for hook…
1
vote
0 answers

IONIC 2, debuging ios application - emulate?target return 404

I tried to build ios version of my ionic application which I build using Visual Studio 2017, but it seems it never can "install" to the simulator. The simulator is launched on the mac computer, but the application is not running, even I cannot find…
Tanu
  • 125
  • 2
  • 11
1
vote
0 answers

Android Package: extra-android-support One or more required packages are missing. Visual Studio 2015

I'm having trouble putting all my Android dependencies working with Visual Studio when using the TACO tools. The message that I get is that the extra-android-support package is missing, but I've already checked the Android Support Repository and…
1
vote
2 answers

Build failing for Android target on Tools for Apache Cordova - Visual studio Professional 2015

There is a cordova project developed using Visual Studio - Tools for Apache Cordova (TACo). While building the project for iOS target, we are able to get the build and debug successfully, on simulator as well on real iOS device. But while building…
Mrunal
  • 13,982
  • 6
  • 52
  • 96
1
vote
0 answers

Visual Studio Tools For Apache Cordova - Missing Android Support Package

I've been trying to install the Visual Studio TACO dependencies for quite a few hours now and I can't seem to get past the following error. It's the last error in the dependency check and it will not go away. Android Package: extra-android-support…
1
vote
1 answer

$localStorage data already there after I uninstalled and installed the ionic v1 app in Android device

I am developing an ionic v1 mobile application. When I uninstalled the app from Android device, the data saved in $localstorage are already persist there after I installed the app again. I am also using cordova-plugin-crosswalk-webview version…
coder
  • 8,346
  • 16
  • 39
  • 53
1
vote
1 answer

VS2015 - Couldn't input command in JavaScript in Cordova project

I was able to start debugging in VS2015(Tools for Apache Cordova) project, but didn't know what happened VS2015 stop to let me debug step by step. See as below, when I want to give command in JavaScript Console window > window.location.reload(), it…
1
vote
1 answer

What are the ways and how to consume a web service in Apache cordova using Visual studio 2015

I want to consume web service whether SOAP or REST api in my Visual studio 2015 apache cordova application. The list widgets which I have on my UI, I want to bind the values retrieved from these web services. How to do so? Presently I have a API…
Ro_nair
  • 77
  • 1
  • 10
1
vote
1 answer

Cordova iOS Build Fails in Release Mode

I'm using Visual Studio to develop a multiplatform Cordova app. When I do an iOS build in debug mode, it works correctly, using the remote build system to connect to a Mac computer. However, when it do a build in release mode, it claims to finish…
Reubend
  • 644
  • 1
  • 6
  • 19