Xcode – How do I fix Cannot find 'FirebaseApp' in scope?
I am having a issue. Please Help. Whenever I try to run this code it has an error and says Cannot find 'FirebaseApp' in scope. Please Help!!! import UIKit import Firebase @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow?…