[docs] Minor additions to setup instructions (#12)

Add 2 extra installation steps
This commit is contained in:
Stanisław Chmiela 2021-03-03 09:53:17 +01:00 committed by GitHub
parent 4431720e91
commit 9ebaef3db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,10 @@ Open your project's `Info.plist` and add the following lines inside the outermos
<string>$(PRODUCT_NAME) needs access to your Microphone to record videos with audio.</string>
```
You also may need to:
- add a Swift file to your project so that Xcode creates a bridging header,
- remove explicit Swift 5.0 imports for the library to compile as per [this StackOverflow answer](https://stackoverflow.com/a/66281846/1123156).
### Android
Open your project's `AndroidManifest.xml` and add the following lines inside the `<manifest>` tag: