microsoft / cognitive-services-sdk-react-native-example

Example repo integrating the JavaScript Speech SDK with a react native that runs on Android and iOS
20 stars 9 forks source link

Fix to minimum deployment version for ios #9

Closed K3vlarUK closed 1 year ago

K3vlarUK commented 2 years ago

With the newer version of RN, when trying to run a Pod Install fails due to the deployment level being too low for dependencies.

Upgrading minimum deployment level to 11.0 fixes this issue and allows pod-install to work as expected.