add repair guide for pod install failing. (#187)
* add repair guide for pod install failing. * Update README.md * Update README.md Co-authored-by: David Zhao <dz@livekit.io> * Update README.md Co-authored-by: David Zhao <dz@livekit.io> * Update README.md Co-authored-by: David Zhao <dz@livekit.io> * Update README.md Co-authored-by: David Zhao <dz@livekit.io> * Update README.md Co-authored-by: David Zhao <dz@livekit.io> * format. Co-authored-by: David Zhao <dz@livekit.io>
This commit is contained in:
@@ -87,6 +87,14 @@ post_install do |installer|
|
||||
end
|
||||
```
|
||||
|
||||
For iOS, the minimum supported deployment target is `12.1`. You will need to add the following to your Podfile.
|
||||
|
||||
```ruby
|
||||
platform :ios, '12.1'
|
||||
```
|
||||
|
||||
You may need to delete `Podfile.lock` and re-run `pod install` after updating deployment target.
|
||||
|
||||
### Android
|
||||
|
||||
We require a set of permissions that need to be declared in your `AppManifest.xml`. These are required by Flutter WebRTC, which we depend on.
|
||||
|
||||
Reference in New Issue
Block a user