Compiled module was created by a

2023-09-12  本文已影响0人  44b6889cedeb

使用最新版本的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

上一篇 下一篇

猜你喜欢

热点阅读