Build failing due to cordova-universal-links-plugin-fix not being found, despite it being stated in config

What platform are you building for?

Android

What framework are you building with?

Cordova

What is your build ID?

5226e993-48aa-4b89-a2f3-626ea085db80

What is your error message?

Adding cordova-plugin-file to package.json
Discovered plugin “cordova-plugin-advanced-http”. Adding it to the project
Installing “cordova-plugin-advanced-http” for android
Plugin dependency “cordova-plugin-file@7.0.0” already fetched, using that version.
Dependent plugin “cordova-plugin-file” already installed on android.
Adding cordova-plugin-advanced-http to package.json
config file -Info.plist requested for changes not found at /agent/upload/5226e993-48aa-4b89-a2f3-626ea085db80/platforms/android/-Info.plist, ignoring
config file -Info.plist requested for changes not found at /agent/upload/5226e993-48aa-4b89-a2f3-626ea085db80/platforms/android/-Info.plist, ignoring
config file -Info.plist requested for changes not found at /agent/upload/5226e993-48aa-4b89-a2f3-626ea085db80/platforms/android/-Info.plist, ignoring
cordova-android-support-gradle-release: Android platform: V7+
cordova-android-support-gradle-release: Wrote custom version ‘27.+’ to /agent/upload/5226e993-48aa-4b89-a2f3-626ea085db80/platforms/android/app/build.gradle
cordova-android-support-gradle-release: Wrote custom version ‘27.+’ to /agent/upload/5226e993-48aa-4b89-a2f3-626ea085db80/platforms/android/cordova-android-support-gradle-release/teamxpress-cordova-android-support-gradle-release.gradle
Removing banned permission: android.permission.READ_EXTERNAL_STORAGE
Removing banned permission: android.permission.WRITE_EXTERNAL_STORAGE
Successfully removed duplicate permissions from AndroidManifest.xml
cordova-plugin-androidx-adapter: Processed 89 source files in 1222ms
No “exports” main defined in /agent/upload/5226e993-48aa-4b89-a2f3-626ea085db80/plugins/cordova-universal-links-plugin/node_modules/plist/package.json

Please describe the issue:

Voltbuilder builds were successful until today where we ran into this error. No new merge was made from our side.

When was your last successful build?

Last Voltbuilder that ran fine was on April 27th 2026. We didn’t have to build anything from that point onwards until the date of failure, May 05th 2026.

The issue is this package: cordova-universal-links-plugin-fix - npm

While it hasn’t been updated in 8 years, one of its dependencies, plist was updated recently: plist - npm

This normally wouldn’t be an issue but cordova-universal-links-plugin-fix specifies plist like so: "plist": ">=1.2.0"

This means the latest version of plist is always used, and in this case, it’s not compatible with this older plugin.

My suggestion would be to find another plugin that does the job, or fork this plugin and restrict the dependencies so it uses an older version of the plist library.

Thanks for the quick reply! We will try resolve this the way that you mentioned.