IOS build problem

Hello, when I tried to build on IOS it shows me ‘8 duplicate symbols for architecture armv7’, what can I do ?

I had a look at this message and was able to reproduce it. The log does not give much information that makes sense to me - but the message is being returned by XCode.

This can happen if two different plugins declare the same constant or other construct. Try removing various plugins and see if the problem goes away. (I would look at cordova-background-geolocation-lt and cordova-plugin-geolocation first).

When you isolate the plugin causing the problem, contact its author for advice.