用pod导入ReactiveObjC,在运行的时候调用代码 ([RACObserve(xxx, xxx) subscribeNext...] )导致奔溃.
信息如下:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[SignInViewModel rac_valuesForKeyPath:observer:]: unrecognized selector sent to instance 0x283420d60'
网上搜了好多,大多说的也没有找到问题所在,最后发现 在 工程里面--->Build Settings --->Other Linker Flags 里面 添加$(inherited)
然后编译运行就可以了
网友评论