gpt4 book ai didi

ios - 使用 Swift 4.1.2 编译的模块无法在 Swift 4.1.50 中导入 : Xcode 10 Error

转载 作者:IT王子 更新时间:2023-10-29 08:14:20 26 4
gpt4 key购买 nike

Swift 4.2 发布了,我在使用 ObjectMapper 和其他一些 pod 时在我的项目中收到此错误消息:

Module compiled with Swift 4.1.2 cannot be imported in Swift 4.1.50

那么我该如何告诉 Xcode 开始更新我的项目并将其迁移到 Swift 4.2?

最佳答案

您没有使用正确的 swift 版本编译 Carthage 模块。所以你需要:

  1. 确保您的终端指向您的 Xcode 10 Beta 应用程序而不是您的常规 Xcode:

sudo xcode-select -switch Xcode_beta_10.app

  1. 更新您的 Carthage 文件:

carthage update --platform iOS --no-use-binaries

  1. 回到您在 Xcode 中的项目,清理、构建

关于ios - 使用 Swift 4.1.2 编译的模块无法在 Swift 4.1.50 中导入 : Xcode 10 Error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50709377/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com