I'm trying to install Firebase onto my existing project using cocoapods. I have followed the instruction from this official video. I followed the everything step by step and when i tried to open the app.xcworkspace and build the project, I'm getting an error
Google Data Transport ARC Semantic Issue
I've tried removing the entire pod from the project and try again but none of it worked. I'm using xcode 9.2
These are the content of my Podfile
# Uncomment the next line to define a global platform for your project
platform :ios, '11.2'
target 'LittleThinker' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for LittleThinker
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
end
This is the error message that I'm getting here.
What seems to be there issue here? Anyone able to assist?
Update Xcode.
The current Firebase version requires at least Xcode 10.1. See https://firebase.google.com/docs/ios/setup