anarchuser / mic_stream

Flutter plugin to get an infinite audio stream from the microphone
https://pub.dev/packages/mic_stream
GNU General Public License v3.0
103 stars 70 forks source link

`mic_stream` does not specify a Swift version #42

Closed brighama closed 1 year ago

brighama commented 2 years ago

I get the following error when I attempt "flutter build ios":

 ...
[!] Unable to determine Swift version for the following pods:

    - `mic_stream` 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.
...

?

anarchuser commented 2 years ago

Thanks for telling me. Since I'm not an iOS developer, I cannot reliably fix this, though I created branch fix/ios/version where I've tried to set a swift version. Please try out whether that change works for you. Also, can you tell me what reasonable swift versions are?

anarchuser commented 1 year ago

I assume this is working appropriately with the changes applied.