Update TROUBLESHOOTING.md

This commit is contained in:
Marc Rousavy 2021-02-24 22:29:37 +01:00 committed by GitHub
parent f85be2b9dd
commit 31ba866e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Before opening an issue, make sure you try the following:
3. Check your Swift version. react-native-vision-camera requires a minimum Swift version of **5.2**.
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** (⌘N)
2. In the menu-bar, press **File** > **New** > **File** (<kbd></kbd>+<kbd>N</kbd>)
3. Use whatever name you prefer, e.g. `File.swift`, and press **Create**
4. Press **Create Bridging Header** when promted.