Module compiled with Swift 5.1 c

2020-11-30  本文已影响0人  零下十一度

[Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.2 compiler]

升级xcode到12.2的时候,编译不通过.提示上述错误

问题产生的原因就是Swift编译的Framework的swift版本和使用者APP使用的Swift版本不一致就会报这个错误

解决办法:

选择 framework target -> Build Settings -> Build Libraries for Distribution (BUILD_LIBRARY_FOR_DISTRIBUTION) -> Yes

上一篇 下一篇

猜你喜欢

热点阅读