Unable to determine Swift versio

2023-06-13  本文已影响0人  择一城终老_347e

[!] Unable to determine Swift version for the following pods: - `speech_to_text` 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.

解决方案:在podfile文件中添加 环境变量`SWIFT_VERSION`

ENV['SWIFT_VERSION'] = '5'

上一篇 下一篇

猜你喜欢

热点阅读