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
2 answers

"This app can't run on your PC!", when build cordova app visual studio 2015

When i try to build the cordova app in visual studio, "This app can't run on your PC!" error shown and when hit close it appears again. (First image) This error also happen when i try to open config.xml, a messege shown in bottom of visual studio:…
Pourya8366
  • 3,424
  • 4
  • 21
  • 28
1
vote
0 answers

Taco Cordova with Visual Studio DISABLE PUSH NOTIFICATIONS for Apple Store

I have programmed an app and uploaded at the Apple store. I got a warning from apple that "Missing Push Notification Entitlement - Your app includes an API for Apple's Push Notification service, but the aps-environment entitlement is missing from…
mreisi
  • 11
  • 1
1
vote
1 answer

livereload with visual studio cordova

I would like to use livereload within my Visual Studio Cordova project. Online there is mention of using this with the TACO CLI: http://taco.tools/docs/run.html#link-4 However, I'm confused on whether the Visual Studio Tools for Apache Cordova…
spaceagestereo
  • 554
  • 1
  • 8
  • 19
1
vote
1 answer

Failed to install npm

I updated to TACO 10 & VS 2015 2. I am getting the following error due to a long path. 1> Installing npm 2.14.9. This could take a few minutes... 1> Failed: The specified path, file name, or both are too long. The fully qualified file name must…
d0001
  • 2,162
  • 3
  • 20
  • 46
1
vote
0 answers

Running "taco create" fails with "SyntaxError: Unexpected token ILLEGAL"

New to TACO and I'm following the Getting Started with TACO-CLI. Sadly I am getting an error when running this create command: taco create hello Here's the error I'm getting: $ taco create hello Downloading: taco-kits npm WARN enoent ENOENT: no…
KyleLib
  • 774
  • 3
  • 9
  • 26
1
vote
1 answer

DEP6701: The system cannot find the path specified 'Bin\ARM\dbghelp.dll While deploying UWP app to Win10 mobile

How It Started Everything was working fine. Yesterday, I installed xamarin in my Visual Studio 2015 and while installation it also took in all the latest updates. And from then on I started facing errors. Error DEP6701 : Bootstrapping failed with…
Suman Barick
  • 3,311
  • 2
  • 19
  • 31
1
vote
1 answer

Visual Studio 2015 Cordova exclude folder from build

I have a Cordova project in Visual Studio 2015. I've added some node modules, which doesn't display in project (in VS), but exists on disk, when all other files in project folder were added there by default without excluding. So now I need a way…
1
vote
0 answers

First time Visual Studio Cordova build does not correctly include plugins for Android app

TLDR : Why aren't my Cordova plugins being installed in a clean Visual Studio build? I have a Cordova app that is being developed using Visual Studio 2015. I thought everything was fine, but when the Android version was built on a TFS build server,…
Chris
  • 233
  • 2
  • 13
1
vote
0 answers

Build failed after upgrading to Apache Tools for Cordova Update 7

does anyone of you know why I'm getting the following error message? I'm trying to build a blank project using the latest version of Apache Tools for Cordova (7). Everything was working fine before (up to version 6). It looks like it has to do with…
1
vote
2 answers

Visual Studio Code Cordova Extension

Good morning! I updated Visual Studio Code yesterday and now my Cordova extension is failing. I am getting this error: [cordova-debug-adapter] TypeError: Path must be a string. Received undefined
BSmith
  • 123
  • 8
1
vote
0 answers

How to remove app name and add background color from/to windows app tile in Config.xml of Visual Studio 2015 Tools for Apache Cordova

I am using Visual Studio 2015 Tools for Apache Cordova to build a multi-platform app . Now I want to do the following Remove the name on my app tile, since my app tile image already contains its name Add a background color to my app tile Now I…
Suman Barick
  • 3,311
  • 2
  • 19
  • 31
1
vote
1 answer

BeforeBuild and AfterBuild events in Visual Studio Tools for Cordova 2015 Update 5

I am trying to use pre and post build in my Visual Studio 2015 (TACO) project. As outlined in PreBuildEvent and PostBuildEvent on Visual Studio 2015 Tools for Apache Cordova I have added elements to my .jsproj file so that it now ends as…
Chris
  • 233
  • 2
  • 13
1
vote
1 answer

TACO installs and uses Cordova 6.0.0 when 5.4.1 is required

When building a Cordova app using Gulp, the TACO tools now install and use Cordova 6.0.0 rather than the required 5.4.1. This started to occur as soon as Cordova 6.0.0 was released in late January. My taco.json file specifies 5.4.1 as the version of…
Glenn
  • 688
  • 10
  • 16
1
vote
1 answer

Enable Visual Studio Cordova Project support TypeScript EMCAScript 6

I want to use async / await feature of TypeScript in VS2015 Cordova project. I modify "target": "es6" in tsconfig.json The intellisense doesn't show any error, however, while building the project, it shows: Error TS1311 Build: Async functions are…
Paul
  • 437
  • 2
  • 14
1
vote
2 answers

Remotebuild 'Unexpected end of input' when running iOS Cordova app

When I try to run my Cordova app from Visual Studio 2015 on a Mac with remotebuild installed, I always get this in the Output window: 1>------ Build started: Project: Holmwoods.Cordova, Configuration: Debug iOS ------ 1> Your environment has been…
Knelis
  • 6,782
  • 2
  • 34
  • 54