voxeet / voxeet-uxkit-reactnative

https://www.npmjs.com/package/@voxeet/react-native-voxeet-conferencekit
MIT License
11 stars 12 forks source link

Got error "dependency were found, but they required a higher minimum deployment target" #41

Closed hungkoala closed 2 years ago

hungkoala commented 2 years ago

Describe the bug

Got error "dependency were found, but they required a higher minimum deployment target" when running pod install

https://lh3.googleusercontent.com/pw/AM-JKLW0wyHS1z7CG8_2T1MZ0RJj9ooBPygI9Pes4y6rq1ZFVNyJFzvXsjQ3mJ2NLfM2RO0S92AO_y2VO4GoDvZDSb3adv9SfsK2jmSWlnN37j29gWBDs2J81cWVfDEpsXen4XvIYxbeEKwpIt-hoZ5D9-WU=w1802-h800-no?authuser=0

Expected Behaviour

should install successfully

Steps to Reproduce the Problem

  1. create new react native project
  2. install 'voxeet-uxkit-reactnative'
  3. cd ios
  4. run command 'pod install'

Minimalistic code (recommended) https://github.com/hungkoala/chat

Specifications

FabienLavocat commented 2 years ago

Hi @hungkoala,

Could you please update your project and Podfile to support iOS 11 and later. See our Supported Environments. Here is a Sample Application that's using the React Native UXKit and its PodFile.

Thanks, Fabien

hungkoala commented 2 years ago

after updating IOS 11 on the Podfile, it works Thanks