mic_stream
mic_stream copied to clipboard
`mic_stream` does not specify a Swift version
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.
...
?
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?
I assume this is working appropriately with the changes applied.