Error during first build

Hi, I just tried the service for the first time. I was attempting an Android build with no certs just to see if I could get a build and I get the error below.

AttributeError: ‘NoneType’ object has no attribute ‘text’ Build ID: 41e4e38a-a1e6-42f8-923a-f9b0343fd128

Your config.xml file is missing a required field.

In your <widget line, you need to specify xmlns. Here’s a valid widget specification:

<widget android-versionCode="1" id="com.devexpress.apptemplate" ios-CFBundleVersion="1" version="1.0.0" xmlns="https://www.w3.org/ns/widgets">

If you replace that, the problem should go away.

Here are the relevant Cordova docs. We’ll add a better error message so the next person who encounters this has an easier time.

Make sense?

That worked, thanks!