Home:ALL Converter>Visual Studio Apache Cordova Remote Build on Mac not working

Visual Studio Apache Cordova Remote Build on Mac not working

Ask Time:2016-09-10T21:10:36         Author:Sunny

Json Formatter

I am working on a Apache Cardova application using Visual Studio 2015 update 3 on a Windows System. The application is easily built on android, both emulator and device.

I am unable to build the app for IOS devices.

Following the instructions for IOS build, i have done the following

  1. Installed xCode on a Mac
  2. Installed npm, xCode command line utlities and all other tools required.
  3. Started RemoteBuild agent on Mac.
  4. From visual studio connected to this Mac using the pin generated by remote build agent.(secure connection| I am unable to use unsecure connection)

I am able to build for Ios on Ripple.

But when I try to build using >>Debug | Ios | Remote Device I get the following error

Error Error: Module did not self-register.

Diagnostic error message

MSBUILD : cordova-build error : Error: Module did not self-register. Error Module did not self-register. (TaskId:9) Done executing task "MdaVsCli" -- FAILED. (TaskId:9)

The remote agent runs on the mac but shows to update.

Author:Sunny,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/39426393/visual-studio-apache-cordova-remote-build-on-mac-not-working
Sunny :

I still don't know what went wrong but the issue got resolved.\nThis is what i did\n\n\nUpdated Apache Cordova to the latest version in my project\nCleared the Cordova Cache from Tools>Options>Tools For Apache Cordova> Clear Cache\nIt still did not work.....but when I restarted my PC the next day..MAGIC. Everything was working fine.\n\n\nI don't know how exactly the issue got resolved. But at least its working.",
2016-09-14T19:32:28
yy