Build failed - UserError: Conflict found, edit-config changes from config.xml will overwrite plugin.xml changes

What platform are you building for?

iOS

What framework are you building with?

Cordova

What is your build ID?

bf2f59fb-35e3-4680-8826-df215460aa2e

What is your error message?

i keep getting this error : UserError: Conflict found, edit-config changes from config.xml will overwrite plugin.xml changes.
If an edit-config clause is the actual problem, you can
remove edit-config clauses from config.xml one at a time and rerun.
Also, check the log - there could be other causes of failure.
Failures can often be found by reverse searching for ‘error:’

This issue would indicate that one of your plugins has changed and is now in conflict with your edit-config changes in your config.xml. What plugins are you using? Do you have the versions pinned or could one or more have changed?

Yes, from the error displayed it seems so, but i have removed plugins, and also tried to build with different projects..all failed, so i dont know where to look anymore

A new version of cordova-ios was released and it appears to have some issues. Please try pinning your engine in your config.xml like so:

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

Let me know if this helps.

it works..thank you so much :))

I have the same problem, but i didn’t fix it adding engine tag
Please help me.
My last build id is 198c7db2-5ac3-496e-a3ab-684602529820

i’m using this plugins:

Where did you add the engine tag? It must be at the top level (not in a platform tag).

You are right, it was in platform, now it works good….thank you very much

1 Like