speech_recognition icon indicating copy to clipboard operation
speech_recognition copied to clipboard

Unable to determine Swift version for the following pods when install speech_recognition

Open namnh06 opened this issue 5 years ago • 3 comments

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 the SWIFT_VERSION attribute set. Please contact the author or set the SWIFT_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.

namnh06 avatar Sep 02 '19 13:09 namnh06

Just Change Swift Version man

raphaelbravoei avatar Sep 09 '19 23:09 raphaelbravoei

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.

namnh06 avatar Sep 10 '19 02:09 namnh06

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 the SWIFT_VERSION attribute set. Please contact the author or set the SWIFT_VERSION attribute in at least one of the targets that integrate this pod.` Do you have any idea?

namnh06 avatar Sep 10 '19 15:09 namnh06