taco

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

房东的猫 提交于 2021-02-18 11:37:32
问题 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 run a remotebuild the device prompts me to "Trust Computer." I tap the button and then nothing happens. Remotebuild thinks that the deploy was successful but nothing gets installed on the device so the "run" step fails. See the 404 below. GET

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

我的未来我决定 提交于 2020-01-24 23:38:30
问题 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 it does not have push notifications enabled. I have added all the source code, including plugins folders, to bitbucket. Link below; https://bitbucket.org/quintonn/pushnotificationtest What am i missing to get push notifications enabled on my iphone

Visual Studio 2017 iOS Build Failed to acquire Cordova

前提是你 提交于 2019-12-23 21:16:16
问题 I am building a mobile app using VS-TACO and I am trying to run my build on iOS. When I try to build this app for iOS on a Windows host which is connected to a Mac with remotebuild agent, then I get following Error Message in Visual Studio 2017 on Windows Machine "Remote build error from the build server https://macIpAddress:3000/cordova - Error: Failed to acquire Cordova version 6.3.1. TACO0204: Error installing cordova via npm. Exit Code: 1. See output for details. EShopper" When i do "npm

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

故事扮演 提交于 2019-12-23 04:41:32
问题 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 2.2.0 Other information: Cordova CLI: 6.3.1 Gulp version: CLI version 3.9.1 Gulp local: Local version 3.9.1 Ionic Framework Version: 1.1.1 Ionic CLI Version: 2.1.1 Ionic App Lib Version: 2.1.1 Node Version: v4.4.1 I would gladly appreciate any kind of

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

混江龙づ霸主 提交于 2019-12-23 04:41:20
问题 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 2.2.0 Other information: Cordova CLI: 6.3.1 Gulp version: CLI version 3.9.1 Gulp local: Local version 3.9.1 Ionic Framework Version: 1.1.1 Ionic CLI Version: 2.1.1 Ionic App Lib Version: 2.1.1 Node Version: v4.4.1 I would gladly appreciate any kind of

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

余生颓废 提交于 2019-12-22 04:53:12
问题 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 now, it may be helpful to just focus on the simulator first. When I try to launch to a simulator (iPad Air) from visual studio, or to an actual device my application launches on the device or simulator before visual studio appears to hang for a few

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

烂漫一生 提交于 2019-12-21 16:04:49
问题 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 and tries to re-install components that I already have installed. Has anyone faced a similar issue? 回答1: I work on the Tools for Apache Cordova in Visual Studio at Microsoft. A mistake was made publishing this update. At the moment it will re

Tools for Apache Cordova/Visual Studio 2015 fails to launch app in IOS simulator

夙愿已清 提交于 2019-12-20 07:23:59
问题 Im trying to test my app using MacInCloud and remotebuild on the IOS simulator. Everything works great and the app compiles using remotebuild. Visual Studio then displays a status "Deployed Successfully". When I look on my mac, it shows the IOS simulator launched but only shows the home screen. I do not see my app at all. Im at a loss on what to check next. Any help would be appreciated. I see this error in the output window. Requesting emulate on iOS Simulator for buildNumber 89952 on server

Debugging Ionic 2 app using Typescript - source map file not seen by VS 2015 debugger as well as Safari Mac browser

孤人 提交于 2019-12-12 18:35:00
问题 I think the picture 1 below will explain the best the issue I am facing I created Ionic2 app on my Windows 10 PC with this command: ionic start -a "myapp" -i com.mycomp.myapp --v2 sidemenu I then imported it in Visual Studio 2015 with TACO installed. I added ios platform and attached my iPad 2 air to my mac connected to wifi. In tsconfig.json I added "sourceMap": true to enable .ts debugging. Picture 1: I am not sure how to see network trafic when using VS 2015 (I could not fine any tab

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

我是研究僧i 提交于 2019-12-12 13:27:08
问题 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. If I remove the file, VS will build and execute the app fine. Is this a bug in TACO or am I doing something wrong? Executing "after_prepare" hook for all plugins. 1> Running command: "C:\Program Files (x86)\nodejs\node.exe" D:\SampleApp\hooks\after