I installed all the pods that I needed, but Xcode shows me an error "No such Module FirebaseAuth", I tried this I found:
- Shift+ Command + K to clean the workspace
- I reinstalled the podfile in the Terminal
- Command + b
- I am already in the workspace, not in the project file
- I didn't know if that helps but I reinstalled the computer.
import UIKit
import FirebaseAuth
import FirebaseDatabase
import FirebaseStorage
Here is the Pod file:
target 'Ouvrigram' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod 'Firebase/Auth'
# Pods for Ouvrigram
end
I installed all the pods, I checked there are installed, I don't know what I am to do Pls help.