When I compile my code on XCode Version 10.0 I get this single error bringing the compilation to failure:
I will try all the possibility but can't solve the error
If you look above the error, XCode will tell you which class is added/declared twice, navigate to it and remove the reference. Build and you're good to go.
A suggestion is to update the pods to the latest. I recently stucked into a similar type of problem. so I did this and it worked for me. my pod version was older.
check it with pod --version, may be this helps you.
pod deintegrate
pod install
pod update
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With