最近在项目中需要同时使用微信的语音库WXSpeechSynthesizer和'ReactiveObjC',奇怪的是,如果不添加WXSpeechSynthesizer文件,不报错,只要两者共存,就报错无法编译,提示:
Could not build module 'ReactiveCocoa'
各种设置都试过了,解决方法:
解决办法:打开Target -> Build Settings -> Apple LLVM 9.0 - Language - Objective C -> Weak References in Manual Retain Release to YES.