Update TROUBLESHOOTING.md
This commit is contained in:
parent
ec299fb9d4
commit
d7409e31df
@ -15,7 +15,7 @@ Before opening an issue, make sure you try the following:
|
||||
cd ios && pod repo update && pod update && pod install
|
||||
```
|
||||
2. Check your minimum iOS version. react-native-vision-camera requires a minimum iOS version of **11.0**. Try updating your `Podfile` iOS version at the top.
|
||||
3. Check your Swift version. react-native-vision-camera requires a minimum Swift version of **5.2**. Try removing all references to Swift-5.0 in the `LIBRARY_SEARCH_PATHS` list (see [this Stackoverflow answer](https://stackoverflow.com/a/66281846/5281431))
|
||||
3. Check your Swift version. react-native-vision-camera requires a minimum Swift version of **5.2**. Try removing all references to Swift-5.0 in the `LIBRARY_SEARCH_PATH` list (see [this Stackoverflow answer](https://stackoverflow.com/a/66281846/5281431))
|
||||
4. Make sure you have created a Swift bridging header in your project.
|
||||
1. Open your project with Xcode (`Example.xcworkspace`)
|
||||
2. In the menu-bar, press **File** > **New** > **File** (<kbd>⌘</kbd> + <kbd>N</kbd>)
|
||||
|
Loading…
Reference in New Issue
Block a user