美文网首页iOS技术合集
`XXX第三方库` does not specify a Swi

`XXX第三方库` does not specify a Swi

作者: StevenHu_Sir | 来源:发表于2019-09-29 09:20 被阅读0次

报错详情

audio_recorder does not specify a Swift version and none of the targets (Runner.target) 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.

原因分析

xcode的targets中没有指定SWIFT_VERSION版本这一项

解决方案

点buildSettings中的+号,添加SWIFT_VERSION,指定版本号4.0,再执行`pod install`

完美解决 ~

相关文章

网友评论

    本文标题:`XXX第三方库` does not specify a Swi

    本文链接:https://www.haomeiwen.com/subject/eupouctx.html