Update TROUBLESHOOTING.md
This commit is contained in:
parent
4f216e0e0a
commit
75628a0dce
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
Before opening an issue, make sure you try the following:
|
Before opening an issue, make sure you try the following:
|
||||||
|
|
||||||
|
## iOS
|
||||||
|
|
||||||
1. Try cleaning and rebuilding **everything**:
|
1. Try cleaning and rebuilding **everything**:
|
||||||
```sh
|
```sh
|
||||||
rm -rf package-lock.json && rm -rf yarn.lock && rm -rf node_modules && rm -rf ios/Podfile.lock && rm -rf ios/Pods
|
rm -rf package-lock.json && rm -rf yarn.lock && rm -rf node_modules && rm -rf ios/Podfile.lock && rm -rf ios/Pods
|
||||||
@ -15,3 +17,7 @@ Before opening an issue, make sure you try the following:
|
|||||||
2. In the menu-bar, press **File** > **New** > **File** (⌘N)
|
2. In the menu-bar, press **File** > **New** > **File** (⌘N)
|
||||||
3. Use whatever name you prefer, e.g. `File.swift`, and press **Create**
|
3. Use whatever name you prefer, e.g. `File.swift`, and press **Create**
|
||||||
4. Press **Create Bridging Header** when promted.
|
4. Press **Create Bridging Header** when promted.
|
||||||
|
|
||||||
|
## Android
|
||||||
|
|
||||||
|
1. Since the Android implementation uses the not-yet fully stable **CameraX** API, make sure you've browsed the [CameraX issue tracker](https://issuetracker.google.com/issues?q=componentid:618491%20status:open) to find out if your issue is a limitation by the **CameraX** library even I cannot get around.
|
||||||
|
Loading…
Reference in New Issue
Block a user