6

In the past I have built my Cordova apps with Visual Studio Tools for Apache Cordova and remote build on a provisioned Mac (from macincloud).

I'm now using VS Code rather than Visual Studio, and wondering if there is a way of doing it with command line tools instead?

user888734
  • 3,797
  • 5
  • 36
  • 67

1 Answers1

8

Turns out you can with TACO CLI:

npm install -g taco-cli

taco remote add ios

Then it prompts you for the remote details

user888734
  • 3,797
  • 5
  • 36
  • 67