You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: