20
Views
1
Comments
[Network Connection Information] Error generating the IOS  Build
Question
Application Type
Mobile

Please check the error logs attached. Thank you in advance!

2020-03-04 14-50-24
Armando Gomes

Hello Jan,

Please change the extensibility configuration of the NetworkInformation module from:

{
    "plugin" :{
        "url": "git://git.apache.org/cordova-plugin-network-information.git"
        
    }
}

to


{
    "plugin" :{
        "url": "https://github.com/apache/cordova-plugin-network-information.git"
        
    }
}

And see if the error persists.

If the problem is solved, my advice is to make sure you use a specific tag/version in the repository that you're referencing to make sure that any future commits don't break your application.

Thanks!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.