Zero.D.Saber

Results 32 comments of Zero.D.Saber

![file-read-54936](https://tvax1.sinaimg.cn/large/62b0fc09ly1gbzbt15e83j20eq0umwsb.jpg) ![IMG_0079](https://tva1.sinaimg.cn/large/62b0fc09ly1gbzby3iy0yj20yi1pc7wh.jpg)

我也遇到扩展`ReactiveCocoa`中的`RACObserve`宏后,运行报 **undefined** 的错误 ``` js exception, msg: [object RACDynamicSignal].map is undefined, stack: [email protected]:75:24 [email protected]:84:13 JSPatch.js:167:27 [native code] [email protected]:32:34 JSPatch.js:151:41 ``` Does anyone have a solution?

`objc-818.2` don't support `masOS Monterey 12.x`, need to wait for Apple to update the `objcruntime` version

![](http://olmn3rwny.bkt.clouddn.com/20171030192956_65KJSV_Screenshot.jpeg)

@hq3595 可以尝试使用`Carthage`来安装`YYKit`,`pod`和`Carthage`应该是可以共存的

`Carthage` seems don't support `Objective-C`

[#477](https://github.com/SnapKit/Masonry/issues/477)

The link may be [http://ianbishop.github.io/blog/2013/01/13/escape-from-callback-hell/](http://ianbishop.github.io/blog/2013/01/13/escape-from-callback-hell/)

The `ReactiveCocoa.h` file don't include `NSObject+RACKVOWrapper.h` which `rac_observeKeyPath:options:observer:block:` in. so if you want to use the `rac_observeKeyPath:options:observer:block:` method, you should import `NSObject+RACKVOWrapper.h` manually.