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
63
64
they're added to the right build target(s).
64
65
- Add `$(OTHER_LDFLAGS) -ObjC` flag to "Other Linker Flags" in "Build Settings".
65
-
- 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))
66
+
- Make sure that the build target(s) includes your project's `GoogleService-Info.plist`
67
+
([how to download config file](https://support.google.com/firebase/answer/7015592))
66
68
-[Delete Firebase.framework from the Link Binary With Libraries Build Phase](https://github.com/firebase/firebase-ios-sdk/issues/911#issuecomment-372455235).
67
69
- If you're including a Firebase component that has resources, copy its bundles
68
70
into the Xcode project and make sure they're added to the
- Please note that you shouldn't add any of the Firebase frameworks to the Carthage build phase (`copy-frameworks`).
78
-
The frameworks contain static libraries that are linked at build time.
79
+
- Please note that you shouldn't add any of the Firebase frameworks to the Carthage build phase
80
+
(`copy-frameworks`). The frameworks contain static libraries that are linked at build time.
79
81
80
-
- Some additional libraries/frameworks may be needed depending on which Firebase frameworks you use, for example: libc++.tbd, sqlite3.tbd, StoreKit.framework, etc. For more information, [go here](https://github.com/firebase/firebase-ios-sdk/issues/9#issuecomment-387947163).
82
+
- Some additional libraries/frameworks may be needed depending on which Firebase frameworks you
83
+
use, for example: libc++.tbd, sqlite3.tbd, StoreKit.framework, etc. For more information,
0 commit comments