mic_stream icon indicating copy to clipboard operation
mic_stream copied to clipboard

`mic_stream` does not specify a Swift version

Open brighama opened this issue 2 years ago • 1 comments

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

?

brighama avatar Aug 13 '22 23:08 brighama

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 avatar Aug 14 '22 06:08 anarchuser

I assume this is working appropriately with the changes applied.

anarchuser avatar Oct 01 '23 15:10 anarchuser