I cant build app for iOs devices

Im developing a app for android and ios.
Im using firebase to receive push notification. When i did the build on Android works fine, but i have no success with iOs.
Im follow the tutorial of firebase, put the GoogleService.plist on Resources folder. Ive created the authentication key on Apple Developer Website. I have a paid account of Apple developer.
I run the cocoapods install to install the dependencies of the project.

But, when i run, using the Xcode 10, i got this error

Plugins/cordova-plugin-firebase/Protobuf.framework/Protobuf(Wrappers.pbobjc.o)
ld: 585 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Anyone have the same issue.
Thanks

Im getting the same problem. Were you able to figure this one out?