Thursday, October 20, 2016

An error occurred uploading to the build server Error: Hostname/IP doesn't match certificate's altnames

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.

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.