spokestack / react-native-spokestack

Spokestack: give your React Native app a voice interface!
https://spokestack.io
Apache License 2.0
56 stars 13 forks source link

iOS 13.0 or Newer #106

Open nescroft opened 2 years ago

nescroft commented 2 years ago

I tried following the ios installation instructions as close as possible on an empty react native project but xcode is failing to build with errors saying spokestack is only available in iOS 13.0 or newer. I changed my deployment target to 13 and followed instructions but still doesn't work.

mac m1 monterey react native 0.66.3 react-native-spokestack "^6.1.4" xcode 13.1 pod 1.11.2 ruby 3.0.2

Dipeshwagle commented 2 years ago

Seems like they have some problem with the m1 mac. For me also it's not building.

nescroft commented 2 years ago

Seems like they have some problem with the m1 mac. For me also it's not building. I was able to get the example project working I think. Or at least I was able to build it. But I wasn't able to set it up in my own project. I think react-native-voice covers my needs for now anyways.

abury commented 2 years ago

Likewise, I've got everything set to 13 and it's still failing to build for this reason, not on an M1 mac though

abury commented 2 years ago

In the end it looks like the pod target for Spokestack wasn't set to ios13. After a few hours I managed to get this working by adding a post install command in the pod-file to update it.

Not sure this product is being maintained though, a couple of people (including myself) have tried buying a license and their stripe integration isn't working, so we can' activate it. Might be worth holding off investing any more time into this.