Answer the question
In order to leave comments, you need to log in
Use of unresolved identifier 'FirebaseApp' error?
Ran into "Use of unresolved identifier 'FirebaseApp'" error when strictly following Firebase connection instructions from their site.
My version is Xcode 11.6 , IOS 11.0, Firebase 6.4.29 Tried
the following methods to fix the issue
# Uncomment the next line to define a global platform for your project
# platform :ios, '11.0'
target 'Desavir1' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Add the Firebase pod for Google Analytics
pod 'Firebase/Analytics'
# Add the pods for any other Firebase products you want to use in your app
# For example, to use Firebase Authentication and Cloud Firestore
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'Firebase/Database'
# Pods for Desavir1
target 'Desavir1Tests' do
inherit! :search_paths
# Pods for testing
end
end
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question