“将文件添加到项目”,然后传入目录 AFNetworking.framework。现在我遇到了一系列链接-6ren">
gpt4 book ai didi

ios - AFNetworking 库在 iOS 7 中失败

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:22:52 27 4
gpt4 key购买 nike

使用新的 iOS 7 Beta 并下载最新版本的 AFNetworking,我转到"file">“将文件添加到项目”,然后传入目录 AFNetworking.framework。现在我遇到了一系列链接器错误。为了进行健全性检查,我将提交历史回滚到 iOS 6,并且所有内容都已成功编译。这是日志:

    Undefined symbols for architecture i386:
"_OBJC_CLASS_$_AFHTTPClient", referenced from:
_OBJC_CLASS_$_CloudGlyphAPIClient in CloudGlyphAPIClient.o
"_OBJC_CLASS_$_AFJSONRequestOperation", referenced from:
objc-class-ref in CloudGlyphAPIClient.o
"_OBJC_METACLASS_$_AFHTTPClient", referenced from:
_OBJC_METACLASS_$_CloudGlyphAPIClient in CloudGlyphAPIClient.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我是否需要等待 AFNetworking 更新到下一版本的 iOS,或者这是架构问题吗?

谢谢

最佳答案

AFNetworking 在 iOS 7 上对我来说编译和加载都很好。最简单的解决方案是让你设置 CocoaPods ,并以这种方式包含 AFNetworking。

参见 this answer有关确保文件包含在目标中的说明。 This answer将向您解释错误消息的所有部分。

iOS 7 可能是 red herring ,但如果 AFNetworking 之前工作(你没有说),你可能想要 file a bug report如果您的库在升级时未链接。

关于ios - AFNetworking 库在 iOS 7 中失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17053434/

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