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:
CloudWebRTC
2022-10-14 08:01:39 +08:00
committed by GitHub
parent 8c09379244
commit a771744d19
+8
View File
@@ -87,6 +87,14 @@ post_install do |installer|
end 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 ### 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. 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.