[Mobile iOS]: Cordova wrong directory for plugins

When I build the app with mobile-config.js the iOS app searches in the wrong directory for CordovaUpdate.m:

Plugins/com.application-name.cordova-update/CordovaUpdate.m

instead of the actual:

Plugins/com.meteor.cordova-update/CordovaUpdate.m

Is there a way to modify this in the mobile-config.js file so xcode will pick up the correct folder for the reference of the plugin?

1 Like