react-native-spokestack icon indicating copy to clipboard operation
react-native-spokestack copied to clipboard

iOS 13.0 or Newer

Open nescroft opened this issue 3 years ago • 4 comments
trafficstars

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

nescroft avatar Nov 22 '21 21:11 nescroft

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

Dipeshwagle avatar Dec 10 '21 16:12 Dipeshwagle

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.

nescroft avatar Dec 10 '21 16:12 nescroft

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 avatar Feb 14 '22 01:02 abury

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.

abury avatar Feb 14 '22 21:02 abury