microsoft / vsts-cordova-tasks

Streamline CI setup for your Apache Cordova, PhoneGap, Ionic, or Cordova CLI compatible app using a set of useful pre-defined build steps for VS Team Services or TFS
http://go.microsoft.com/fwlink/?LinkID=691188
Other
25 stars 27 forks source link

No agent could be found for xcode, npm #75

Closed cocowalla closed 7 years ago

cocowalla commented 7 years ago

The docs on building with Cordova show how to setup a demand for xcode when building for iOS - but when attempting to queue the build I get this error:

No agent could be found with the following capabilities: xcode, npm

I've tried this with both the Hosted and Hosted VS2017 agents, with the same result.

cocowalla commented 7 years ago

My mistake - I thought VSO came with an OSX build agent as standard, but you need to bring your own. Disappointing, but that's how it is :(

deepak10 commented 5 years ago

Did u resolve this issue and how?

cocowalla commented 5 years ago

@deepak10 I used a hosted MacOS server.

However, I believe Azure DevOps does now support hosted MacOS builds as standard, so the plan is to move away from the hosted server we use and use that instead.