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

Microsoft TACO update cordova CLI

I just installed Visual Studio 2017 with last taco version. The cordova CLI installed is cordova 6.3.1 but I must to install the plugin Onesignal that requires cli 6.4.0 or higher. How can I update the cli version? I tried from console with npm…
StefanoV827
  • 269
  • 6
  • 18
0
votes
1 answer

TACO TFS iOS build error "The edge module has not been pre-compiled for node.js version v6.10.1"

I have a Cordova project in TACO (Visual Studio 15) that used to build last year for Android and iOS using TFS. I have now revisited the project and upgraded the version of just about everything to support the latest versions of Android and…
Chris
  • 233
  • 2
  • 13
0
votes
1 answer

VS2017 - Ionic/Cordova - Unable to build iOS RemoteBuild - Path too long

I have recently upgraded to VS2017 from VS2015 and am now unable to build my Ionic Cordova project for iOS. I can build for Android fine. I copied over the iOS remote build settings across (and have checked that the server it up and running on my…
Darshan
  • 149
  • 2
  • 11
0
votes
1 answer

Debugging cordova application on device and localhost webpack

I have a following setup: Run cordova app from Visual Studio 2017 (on device connected via USB) Cordova app loads app js files from localhost (webpack dev server) This function pretty well on simulator (apart from the fact that I have to restart…
Ilya Chernomordik
  • 27,817
  • 27
  • 121
  • 207
0
votes
1 answer

Error Platform android already added. on TACO with Ionic 2 on Visual Studio 2015

I downloaded TACO, Created a new Ionic 2 RC project, did not change anything, clicked Play (F5). Then this error appears: Error Platform android already added. What can be done to solve this? Output from Build: 1>------ Build started:…
Tony
  • 16,527
  • 15
  • 80
  • 134
0
votes
2 answers

Cordova Remotebuild (taco-remote) Test --Device Error : getaddrinfo ENOTFOUND

Macbook Globally Installed xcode -v8.2 cordova -v6.4.0 npm -v3.10.10 node -v7.2.1 remotebuild -v2.1.2 Macbook I was able to build fine until after updating npm/node/cordova/xcode.I am not sure which versions were working previously and now am…
megazoor
  • 1
  • 3
0
votes
0 answers

CordovaError: Platform ios already added

I am running on OS X El Capitan. I am working with VSTS and have the TACO plug installed and also have an ios agent running. I am following these steps trying to build for…
Jordan McDonald
  • 1,101
  • 3
  • 14
  • 24
0
votes
1 answer

Taco does not build android icons

I am currently building my first mobile application with Microsoft Visual Studio ( Community 2015 ). The build is successful for Android, but the icon images are not being created properly for the platform. The reason I say this is because the…
Vincent
  • 37
  • 2
  • 6
0
votes
1 answer

Visual Studio Cordova Build Error - JDK 1.8 or Greater

When building an ionic app in Visual Studio 2015 Professional, targeting an Android emulator, I get the following error: ------ Build configuration options: --debug Executing "before_compile" hook for all…
BRass
  • 3,698
  • 2
  • 28
  • 46
0
votes
0 answers

Errors not shown in the js console on ripple debug

After a recent update from TACO v8 to TACO v10 and VS 2015 upgrade2 => upgrade3 once a javascript error is triggered in the application I am debuging, it is no longer shown in the Visual Studio javascript console. What is strange is that I can…
Bruno Laurinec
  • 910
  • 2
  • 11
  • 27
0
votes
0 answers

Ionic app freezes on first iOS launch after XCode 8.1 update

After updating to XCode 8.1. Ran into the same problems compiling as defined here. After implementing each of these steps I was able to build both of my apps again however now when I try to load either of them via Simulator or on a Device through…
jalewis
  • 103
  • 1
  • 1
  • 8
0
votes
1 answer

TACO Java Dependencies

I have a Cordova project created using Visual Studio 2015's Tools for Apache Cordova. We're trying to create a plugin that uses an external library, and that library depends on various things such as Google's location services. I've found that they…
PointlessSpike
  • 333
  • 5
  • 16
0
votes
1 answer

can't build taco ios BLD00102 : No such file or directory 'xxx.plist'

I use visual studio 2015 to build mobile cordova useing remotebuild but I got wanrning and error : Warning PackageApplication is deprecated, use `xcodebuild -exportArchive` instead. Error BLD102 Error : BLD00102 : No such file or…
Moayad Myro
  • 294
  • 1
  • 3
  • 12
0
votes
1 answer

Cordova IOS =>' Failed to load resource: An SSL error has occurred'

I am working with visual studio cordova and we embeded an Iframe. On android it is working fine, but on Ios (9+) : Failed to load resource: An SSL error has occurred and a secure connection to `the server cannot be made. I ve read other thread…
Sulot
  • 504
  • 2
  • 6
  • 20
0
votes
1 answer

start android activity through Cordova Ace Plugin

Is it possible to add an existing android project to Cordova Ace project, and start the native activity? If yes, how do we achieve it? I've got an Eclipse android project here (with complete Sample Project code) and put the whole project code in…
Paul
  • 437
  • 2
  • 14