美文网首页
Compiled module was created by a

Compiled module was created by a

作者: 44b6889cedeb | 来源:发表于2023-09-12 18:08 被阅读0次

使用最新版本的Xcode,运行时工程中的swift文件出现Compiled module was created by a different version of the compiler; rebuild 'xxxx' and try again: /Users/xxxx/Desktop/项目/xxxx/ThirdParty/xxx/xxxx.framework/Modules/xxxx.swiftmodule/arm64-apple-ios.swiftmodule的错误提示

出现这个问题的原因是最新版本的Xcode不兼容该swift第三方文件,

解决的方法有:

一:升级该swift文件

二:在苹果官网下载安装低版本Xcode,然后再次跑动这个程序,问题会消失

旧版本 Xcode下载地址:https://developer.apple.com/download/all

相关文章

网友评论

      本文标题:Compiled module was created by a

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