-
duplicate symbol with YYKit
-
之前导入了YYkit,最近要使用富文本。需要用YYText。我发现YYKit里面有YYText,但是我引头文件后,不能使用YYText。
我又导入了YYtext,就报错了。 文件重复。 我很困惑
-
暂时可用使用下面这个
pod 'YYKit', :git => 'https://github.com/xiaoerlong/YYKit.git', :branch => 'master'
也希望大家一起再开个仓库维护下
-
Xcode7.2,使用YYKit 1.0.7版本。archiving时会有以下错误。但是降回到1.0.3版本就可以archiving成功。
```
Ld /Users/username/Library/Developer/Xcode/DerivedData/projectname-bqlyiqeeeroormbbxrpoxhltgxmn/Build/Intermediates/ArchiveIn…
-
-
下面是友盟统计的错误:
=> Start Application received signal SIGSEGV
-> translating『 0x10071bf2c 』=>
-> translating『 0x10040c640 』=> -[YYTextView reloadInputViews] /Users/haojian/Documents/PartyBuildin…
-
你好,我在使用YYKit的时候遇到一个问题希望能够得到你的帮助。
我用pod 'YYKit'命令导入的YYKit,但是在项目中无法使用NSAttributedString+YYText中的方法
[image](https://user-images.githubusercontent.com/18068125/49210284-a83f6a00-f3f7-11e8-9193-c4035bcb4…
-
我自己做的私有组件库依赖YYKit,突然之间就pod lib lint不过去了
** BUILD FAILED **
The following build commands failed:
Ld /Users/aa/Library/Developer/Xcode/DerivedData/App-dpqelkdpouwztpdiziliauijsw…
-
Podfile:
pod 'QCCommon', :path => '../repo/QCCommon/'
fatal error:
'QCCommon.h' file not found
#import "QCCommon.h"
😢
-
yykit作者是不是不维护了