firebase tag.When setting the iOS Deployment Target to Pods project to iOS12 and trying to build the project, it fails.
Set iOS Deployment Target to Pods project to iOS12 and build the project.

Hi @SlavcoPetkovski, sorry for the issues. That's a warning that needs to be fixed. In the meantime in order to unblock you, you can disable the Treat Warnings as Errors build setting in Xcode for the GoogleDataTransport target.
@SlavcoPetkovski temp fix, that will survive pod install: add inhibit_all_warnings! to your podfile.
I have encountered the same issue when trying to update to Firebase version 6.34.0 and GoogleDataTransport version 7.5.0. Everything works well on version 7.4.0 though. Project deployment target is iOS 12.
Thanks, we're working on a fix today. Stay tuned.
The fix is available at release-6.34.0 branch. We will push the podspec update soon.
GoogleDataTransport 7.5.1 with the fix is available on Cocoapods now.
I'm closing the issue, but feel free to comment with feedback.
works perfectly, thank you!
Same for me, the project compiles without issues, thanks!
Thanks folks!
Most helpful comment
@SlavcoPetkovski temp fix, that will survive
pod install: addinhibit_all_warnings!to your podfile.