Question About Consent Plugins and Cordova

Hey, I’ve been trying to get a game I made ported to iOS using Cordova, but I’ve been getting this error message that’s asking for a consent plugin. I think it might be caused by the something involving AdMob, but I’m not 100% certain.

Here’s the error message below…

Installing “cordova-plugin-consent” for ios Running command: pod install --verbose Failed to install ‘cordova-plugin-consent’: Error: pod: Command failed with exit code 1 at ChildProcess.whenDone (/Users/divyesh/Downloads/Cordova Project 11:23/node_modules/cordova-common/src/superspawn.js:136:25) at ChildProcess.emit (events.js:315:20) at maybeClose (internal/child_process.js:1021:16) at Socket. (internal/child_process.js:443:11) at Socket.emit (events.js:315:20) at Pipe. (net.js:674:12) pod: Command failed with exit code 1

What do you think is causing this?

Hi,
Please read the following page, a few potential fixes are listed: https://github.com/chemerisuk/cordova-plugin-firebase-analytics/issues/103
And make sure to read this page: Publish your game to Android and iOS manually using Cordova [GDevelop wiki]

Let us know how it goes, our wiki might need some updating.