You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Copy the contents into the top level of your Xcode project and make sure
59
59
they're added to the right build target(s).
60
-
- Add the -ObjC flag to "Other Linker Flags".
61
-
- Make sure that the build target(s) includes your project's `GoogleService-Info.plist`.
60
+
- Add `$(OTHER_LDFLAGS) -ObjC` flag to "Other Linker Flags" in "Build Settings".
61
+
- Make sure that the build target(s) includes your project's `GoogleService-Info.plist` ([how to download config file](https://support.google.com/firebase/answer/7015592))
62
62
-[Delete Firebase.framework from the Link Binary With Libraries Build Phase](https://github.com/firebase/firebase-ios-sdk/issues/911#issuecomment-372455235).
63
63
- If you're including a Firebase component that has resources, copy its bundles
64
64
into the Xcode project and make sure they're added to the
0 commit comments