Skip to content

Commit 087df30

Browse files
authored
Add troubleshooting tips. (#277)
1 parent 97e8180 commit 087df30

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

packages/flutter_genui/USAGE.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ If `flutterfire configure` fails, try one or all of these:
3737
</dict>
3838
```
3939

40+
1. Every time you clone your repo, re-run `flutterfire configure`, or take advantage of
41+
`tool/refresh_firebase_template.sh`.
42+
4043
### Employ `flutter_genui`
4144

4245
For a complete example, refer to [main.dart in the minimal_genui example](../../examples/minimal_genui/lib/main.dart). The following steps outline the details of setting up your project to use `flutter_genui`:
@@ -132,8 +135,20 @@ For a complete example, refer to [main.dart in the minimal_genui example](../../
132135

133136
## Enhance to GenUI Application
134137

135-
Get inspired by our examples. The [`minimal_genui`](../../examples/minimal_genui/) example is a great starting point. You can find other examples under development in the [`examples/`](../../examples/) directory. Most will require you to [configure Firebase](#configure-firebase) first.
138+
Get inspired by our examples. Most will require you to [configure Firebase](#configure-firebase) first.
136139

137140
Then apply what you learned to your app!
138141

139142
If something is unclear or missing, please [create an issue](https://github.com/flutter/genui/issues/new/choose).
143+
144+
## Troubleshooting
145+
146+
### Higher minimum macOS version is required
147+
148+
If you are getting the error similar to one below, re-clone your repo.
149+
150+
```
151+
The pod "Firebase/CoreOnly" required by the plugin "firebase_app_check" requires a higher minimum macOS deployment version than the plugin's reported minimum version.
152+
To build, remove the plugin "firebase_app_check", or contact the plugin's developers for assistance.
153+
Error: Error running pod install
154+
```

tool/refresh_firebase_template.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ TOOL_DIR=$(dirname "$0")
2929
PROJECT_ID="fluttergenui"
3030

3131
EXAMPLES=(
32-
"minimal_genui"
3332
"simple_chat"
3433
"travel_app"
3534
)

0 commit comments

Comments
 (0)