Skip to content

Commit 73a3bef

Browse files
authored
Ignore console step for macOS/tvOS/Catalyst builds (#4709)
1 parent b1dfcfd commit 73a3bef

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,7 @@ very grateful! We'd like to empower as many developers as we can to be able to
200200
participate in the Firebase community.
201201

202202
### tvOS, macOS, and Catalyst
203-
Thanks to contributions from the community, FirebaseABTesting, FirebaseAuth, FirebaseCore,
204-
FirebaseDatabase, FirebaseMessaging, FirebaseFirestore,
205-
FirebaseFunctions, FirebaseRemoteConfig, and FirebaseStorage now compile, run unit tests, and work on
203+
Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and work on
206204
tvOS, macOS, and Catalyst.
207205

208206
For tvOS, checkout the [Sample](Example/tvOSSample).
@@ -212,6 +210,10 @@ repository is actively developed primarily for iOS. While we can catch basic uni
212210
Travis, there may be some changes where the SDK no longer works as expected on macOS or tvOS. If you
213211
encounter this, please [file an issue](https://github.com/firebase/firebase-ios-sdk/issues).
214212

213+
During app setup in the console, you may get to a step that mentions something like "Checking if the app
214+
has communicated with our servers". This relies on Analytics and will not work on macOS/tvOS/Catalyst.
215+
**It's safe to ignore the message and continue**, the rest of the SDKs will work as expected.
216+
215217
To install, add a subset of the following to the Podfile:
216218

217219
```

0 commit comments

Comments
 (0)