gpt4 book ai didi

ios - Alamofire - Swift 编译器错误 - 使用未声明的类型

转载 作者:行者123 更新时间:2023-11-28 06:07:56 31 4
gpt4 key购买 nike

我遇到了同样的问题,但前提是我存档了解决方案。我可以构建项目并将应用程序安装到设备上,而不会出现任何编译错误。

Module 'Alamofire' has no member named 'request'

如果我想存档项目,为什么会出现 59 错误?我清理了项目,删除了所有派生文件夹,检查了项目设置-paths、bitcode = YES/NO 等。它们都没有修复编译器错误。就像我说的,如果我构建应用程序或将其安装到设备上,Xcode 不会为 Alamofire 提供任何错误。我还做了“仅构建事件架构”Debug = YES Release = NO。

我无法存档我的项目。以下是 59 个编译错误中的 2 个。全部属于 Swift 编译器错误。感谢您的帮助。

enter image description here

enter image description here

最佳答案

检查您正在安装的 Alamofire 项目的要求。检查它是否不大于您的 xcode 和 swift 版本。如果是这样,请返回 Alamofire 存储库并安装与您的 xcode 和 swift 兼容的版本。

当将包添加到您的 podfile 时,请删除“~>”部分,如 Alamofire 的 github 页面中所写。做这样的事情

pod 'Alamofire', '5.0.0-beta.1'

关于ios - Alamofire - Swift 编译器错误 - 使用未声明的类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47697704/

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