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
1
vote
1 answer

RunMdaInstall task not given value for required parameter 'MdaVsixDir" while trying to build a cordova project

I'm having an issue with Cordova (TACO) builds on TFS. The Tools for Apache Cordova were installed on the TFS servers and it seems that they are being recognized, however, I'm getting the following below build output. Build started 1/5/2016…
1
vote
1 answer

How to set platform version specific settings in Cordova?

It is desired that my application functions properly across a wide variety of platforms. In this case, my cordova app has a keyboard pop up on input focus. iOS, Android and even Windows Phone actually scroll to that input. However, Android 4.2.x…
Perfection
  • 721
  • 4
  • 12
  • 36
1
vote
1 answer

Building Windows 10 App using Cordova: Set UseDotNetNativeToolchain to false

I'm trying to build a Cordova App using Visual Studio 2015 following this tutorial: http://taco.visualstudio.com/m/docs/tutorial-gulp-readme/, I set the Windows Target Version in the config.xml to 10.0. When I run gulp, the build task stops with the…
sk904861
  • 1,247
  • 1
  • 14
  • 31
1
vote
2 answers

iOS remote build fails in Visual Studio TACO

I develop cordova app with Visual Studio 2015 in Windows7. Node version on Mac is v5.1.0. While running remotebuild on Mac, start building from Visual Studio. In emulator mode, it seems to build correctly (msk.test.build.app is created in…
mmm
  • 51
  • 1
  • 5
1
vote
1 answer

Linking to an external www-folder - Tools for Apache Cordova (VS 2015)

For a project I'd like to use an existing website as a base for a cordova app. My project setup looks as follows: One Solution with two projects A ASP.NET webservice project (with website aka html/js/css) An tools for apache cordova project I…
Jeremy
  • 316
  • 3
  • 13
0
votes
0 answers

ERROR: Could not build wheels for tokenizers, which is required to install pyproject.toml-based projects

I am running TACO model using miniconda in google colab. After all requirements installation, I got an error when I tried to install tokenizer Failed to build tokenizers ERROR: Could not build wheels for tokenizers, which is required to install…
0
votes
0 answers

Tableau WDC 3.0 for Json files

I have created a Tableau connector 3 with boilerplate earthquake-data and i try to parse from an api a json file instead of the boilerplate's geojson. The api returns json. The code below is from the Parser file that i changed. When i import it to…
0
votes
1 answer

Visual Studio 2017 cannot send code to Mac using Taco Remotebuild

I know this question had been asked hundrets of times, but the solutions provided did not help me. I now have installed Visual Studio Professional 2017 (previously Professional 2015), build 15.9.17 with Apache Cordova. I click on 'Release' -->…
Joey
  • 511
  • 6
  • 20
0
votes
1 answer

How to fix missing write access error when using remotebuild with cordova ios?

I'm running my ionic cordova project and build ios version using visual taco remotebuild, and I have an error when building my app. It seems related to directory permissions. How to fix this error? This is for Visual Studio 2017, Xcode 9.1
0
votes
1 answer

How add some source code in a UWP installed app?

I developed an UWP app with Cordova and IndexedDB storage. I need recover some information stored in the indexed database adding a new action to source code. I got access to the app path at C:/Program Files/WindowsApps/com.mi.app_xxxxx/ inside the…
cristhiam
  • 496
  • 1
  • 4
  • 17
0
votes
1 answer

MAC: NPM installs modules globally but commands can't be found

Complete MAC noob here but I've been building an iOS version of my app using MacInCloud where I start a Remotebuild from terminal on to the MacInCloud, push to the MacInCloud from Visual Studio on my Windows machine, then open the xcode project on…
bkhines
  • 161
  • 2
  • 15
0
votes
2 answers

creating blank cordova app

I have created a blank cordova app, but the problem is that the project is empty, it only has dependencies. Can any one help me?
0
votes
1 answer

I'm using Cordova (VS TACO) and want to access Node.js OS methods but receive "require is not defined"

I generally work in the backend, so am new to Cordova and Node.js. I thought that Cordova effectively runs off Node, but if this is the case, why doesn't the "require" method work? Have I missed a plugin? Does the syntax change? Something…
0
votes
1 answer

Hybrid mobile app throws "Command failed with exit code 1" in Visual Studio 2015 in regards to Cordova for a remote build

Recently I upgraded my components (Cordova, node.js, Ionic, etc.) on my Windows 10 computer and on my Mac in order to be (more or less) up-to-date. Using Visual Studio 2015 I am developing a hybrid mobile app, which can be built when it comes to…
Joey
  • 511
  • 6
  • 20
0
votes
1 answer

Visual Studio 2017 Cordova Android build does not generate all icon sizes

I am building a cross-platform Cordova app with Visual Studio 2017. When building my .apk file, Visual Studio only generates icon assets for the device I have plugged in, not all the sizes that need to be supported in a Play Store release. Relevant…