Strangely, I can\'t seem to get Archive to work in XCode but the build succeeds without the errors on duplicate symbols if I do not attempt to Archive but simply bu
I solved this issue by the following: (ref.: https://github.com/react-community/react-native-maps/issues/718)
-ObjC in these two files:Pods-{TARGET-NAME}.release.xcconfig e
Pods-{TARGET-NAME}.debug.xcconfig
-ObjC is left in the
value I deleted the build/Build folder in ios and run your project again. It works now.
Side effects from the link above: the app may become larger as there may be duplicated symbols in it.
Hope it can help you.