speech_recognition
speech_recognition copied to clipboard
Unable to determine Swift version for the following pods when install speech_recognition
I got this error when trying to integrate speech_recognition to my app and running it on IOS.
Installing speech_recognition (0.3.0) [!] Unable to determine Swift version for the following pods:
speech_recognition
does not specify a Swift version and none of the targets (Runner
) integrating it have theSWIFT_VERSION
attribute set. Please contact the author or set theSWIFT_VERSION
attribute in at least one of the targets that integrate this pod.
I thought the error is very clear, how would I fix it? Thank you.
Just Change Swift Version man
Just Change Swift Version man
I guess that solution could help. But how could I do it man? Is there any keywords help me for that? I'm not from mobile development before. It's great to know more from you @raphaelbravoei . Thanks.
Hi @raphaelbravoei , I don't think it works. I have this error when try to pod install: `Installing speech_recognition (0.3.0) [!] Unable to determine Swift version for the following pods:
-
speech_recognition
does not specify a Swift version and none of the targets (Runner
) integrating it have theSWIFT_VERSION
attribute set. Please contact the author or set theSWIFT_VERSION
attribute in at least one of the targets that integrate this pod.` Do you have any idea?