I had this error when I was trying to debug my cordova application on a Remote Mac. There were many solutions in stakoverflow and other forums. But in my case mistake was for some reason host name of my Mac book pro was changed.
Previous : my-mac.local
Now : my-mac
So I changed the host name on my remote agent configuration window. This worked for me. So if you see above error message please check your mac's host name.
Windows 7, Linux, Mac, JavaScript, jQuery, ExtJs, Angular, .NET, Java, Android, iOS, php, mysql, lucene and more...
Thursday, October 20, 2016
Tuesday, October 18, 2016
Convert PDF to word without using third party tools
Hi All
Follow tease step to convert a pdf file ( Password protected or not ) to a editable word file. I used word 2016.
1. Try to open your pdf file from word. ( If the file is password protected you will be asked to provide the password ).
2. Once the file opened from word make file editable.
3. Now save the file as word file. After that you will be able to convert this file to Excel, txt etc.
Sunday, October 9, 2016
Visual Studio Cordova Command failed with exit code 69 ( Cordova tools for Visual Studio 2015 )
In my case I update xCode recently. So I had to open xcode and agreed to new licence agreement. After that I was able to debug on iOS.
Subscribe to:
Posts (Atom)
-
I'm using following code part to access a ReST API. I'm communicating with this API using a X509 client certificate. In d...
-
Recently I purchased nord-vpn for testing. But I could not use their service due to a technical reason. So I wanted to cancel and get my mo...
-
I noticed that all events of root/home page isn't working after I have navigated back in my ionic 4 app. So if you using a back butto...