From bdea5250df33fb6a72c95d21e5b5f02034e8dde0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Buruian=C4=83?= Date: Fri, 10 Jul 2020 17:19:58 +0100 Subject: [PATCH] docs: add tip about hanging CI build while using Fastlane (#3907) --- .spellcheck.dict.txt | 1 + docs/faqs-and-tips.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.spellcheck.dict.txt b/.spellcheck.dict.txt index 2126600b..0f45b5d7 100644 --- a/.spellcheck.dict.txt +++ b/.spellcheck.dict.txt @@ -41,6 +41,7 @@ EEA Ehesp enum ESLint +Fastlane FCM Firebase Firestore diff --git a/docs/faqs-and-tips.md b/docs/faqs-and-tips.md index b3a14895..289ea035 100644 --- a/docs/faqs-and-tips.md +++ b/docs/faqs-and-tips.md @@ -23,3 +23,4 @@ We highly recommend taking the necessary pains to update to v6. # Tips - Advice on supporting multiple environments (for example, dev, prod, maybe also staging, qa) for your React Native Firebase App: [#3504](https://github.com/invertase/react-native-firebase/issues/3504) +- Using [Fastlane for iOS deployment](https://docs.fastlane.tools/getting-started/ios) together with [RN Firebase Crashlytics](https://rnfirebase.io/crashlytics/usage) within CI has been observed to cause builds that hang indefinitely. Using `setup_ci(force: true)` before building the application may solve the issue.: [#3706](https://github.com/invertase/react-native-firebase/issues/3706)