iOS build failing - Conflict found, edit-config changes from config.xml will overwrite plugin.xml changes

When running ionic build ios it is failing with message Conflict found, edit-config changes from config.xml will overwrite plugin.xml changes

I am not sure what to do. Please help.

This was a face palm. I was running ionic build ios instead of ionic cordova build ios. It wasnt producing the output I expected so I thought it was due to the error but it was due to the fact I was missing the cordova word in the command :man_facepalming:

1 Like

I’m using ionic cordova build ios and still getting the same error, it is because of the tag in config.xml, can you help?

1 Like

I have same issue.
witch tag do yuo referer?

On the other hand: Can execute “Ionic cordova run ios --device” on windows?