-
pod下来,把yykit也更新下来了?求解
如题
-
我的Podfile:
platform :ios, '9.0'
use_frameworks!
target 'TestSingleNavigationBar' do
pod 'YPNavigationBarTransition', '~> 2.0'
end
-
兄弟,最近发现我和你有一个同样的以 CLUIKit和CLMapKit命名的库,我这边是以私有库的方式创建的,由于版本号的原因,引用到了你的高版本。顺便看了下你的`CLUIKit`和`CLMapKit`,提几点建议哈:
- CLUIKit功能有点太过于丰富了,扩展的话我认为最好是方便易用,简洁。
- 控件的话完全可以抽离出来,不必放入CLUIKit。
- README我觉得还是要简单点,详…
-
[!] Unable to satisfy the following requirements:
- `AliyunSlsObjc (~> 1.1.4)` required by `Podfile`
Specs satisfying the `AliyunSlsObjc (~> 1.1.4)` dependency were found, but they required a hi…
-
Analyzing dependencies
Downloading dependencies
Installing AFNetworking (3.1.0)
Installing AXNavigationBackItemInjection (0.0.2)
Installing AXWebViewController (0.4.8)
Installing AgoraRtcEngine_i…
-
```
//label 初始化代码
_titleLabel = [YYLabel new];
_titleLabel.numberOfLines = 2;
_titleLabel.font = [UIFont systemFontOfSize:17];
_titleLabel.textColor = [themeMgr colorForKey:@"TextColor"];
…
-
https://juejin.im/post/5a601903f265da3e5537f405
-
具体报错如下
```
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_YYAnimatedImageView", referenced from:
objc-class-ref in NSAttributedString+YYText.o
objc-class-ref in YYTextView.o
…
-
-
各位大神好,是不是新 change 还没更新到 pod 上?我这编译还是有30+个 warning
Podfile 是用的 pod 'YYKit'
版本显示
Using YYKit (1.0.9)
hssdx updated
7 years ago