Android and iOS compile error

Hi, since today we started to have errors trying to compile Android aab and iOS ipa Apps.

We receive this error in Android:

UserError: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ‘:app:compileReleaseKotlin’. > Compilation error. See log for more details See log for full details.

full log

We receive this error in iOS:

UserError: ld: framework not found Pods_Reinve_ntate_Pepsico clang: error: linker command failed with exit code 1 (use -v to see invocation)

full log

My guess is that it is one of your plugins. I notice that you do not specify the version of each plugin, which means VoltBuilder will use the latest, most up to date version. Maintainers are constantly updating their plugins, so something in the new version is breaking your project.

To figure out which one it is, build your project without some of plugins until you figure out which one is the problem.

Another thing to consider is the engine. I notice you’re using this:

<engine name="ios" spec="5.1.1" />

That’s a very old version. Apps built with this probably won’t be accepted by Apple.