Zero.D.Saber
Zero.D.Saber
 
我也遇到扩展`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

@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.