gpt4 book ai didi

ios - CocoaPods 导入 AFNetworking 但不导入 OHAttributedLabel

转载 作者:可可西里 更新时间:2023-11-01 05:41:39 24 4
gpt4 key购买 nike

我正在使用 CocaPods 将 AFNetowrkingOHAttributedLabel 添加到我的项目中。我安装了这两个库。 AFNetworking 在我的项目中导入得很好。但是 OHAttributedLabel 不是。我不确定为什么!

播客文件

platform :ios, '6.0'

pod 'AFNetworking'
pod 'OHAttributedLabel'

安装两个库后,当我导入时

#import "AFHTTPClient.h"
#import "AFJSONRequestOperation.h"
#import "UIImageView+AFNetworking.h"

我没有收到任何错误,一切正常

但是当我尝试导入时

#import <OHAttributedLabel/OHAttributedLabel.h>
#import <OHAttributedLabel/NSAttributedString+Attributes.h>
#import <OHAttributedLabel/OHASBasicMarkupParser.h>

我得到了

找不到“OHAttributedLabel/OHAttributedLabel.h”文件

错误

pod 安装输出

Resolving dependencies of `./Podfile'
Updating spec repositories

Cocoapods 0.17.0.rc7 is available.

Resolving dependencies for target `default' (iOS 6.0)
Downloading dependencies
Using AFNetworking (1.1.0)
Installing OHAttributedLabel (3.4.1)
Generating support files

建议说

Make sure your project is using the Pods.xcconfig. To check thisselect your project file, then select it in the second pane again andopen the Info section in the third pane. Under configurations youshould select Pods.xcconfig for each configurations requiring yourinstalled pods.

我不知道在哪里添加这个。这是我的配置的样子

enter image description here

编辑

复制pods.xcconfig后

enter image description here

最佳答案

看起来您缺少正确的配置集。

你的项目信息应该是这样的

enter image description here

关于ios - CocoaPods 导入 AFNetworking 但不导入 OHAttributedLabel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15689844/

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