-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Environment:
- Xcode version: 10.1
- Firebase Component: Core
- Component version: 5.4.1
I have a project with 3 targets: 1 for iOS, 1 for WatchOS and 1 for OSX.
I added a GoogleService-Info.plist file to the iOS target and one to the OSX target.
Problem description:
I tried adding my OSX app to Firebase. But the last step in the process (Checking for communication between servers) just keeps loading.
- Installed the pod FirebaseCore.
- In AppDelegate.swift
import FirebaseCore
- In applicationDidFinishLaunching(_ aNotification: Notification)
FirebaseApp.configure()