ReactiveCocoa / ReactiveObjCBridge

Bridge between ReactiveObjC and ReactiveSwift
MIT License
63 stars 39 forks source link

Can't use as static library #50

Open AYastrebov opened 6 years ago

AYastrebov commented 6 years ago

With cocoapods 1.5.2 I am getting the error:



The Swift pod `ReactiveObjCBridge` depends upon `ReactiveObjC`, which do not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set `use_modular_headers!` globally in your Podfile, or specify `:modular_headers => true` for particular dependencies.```
RajChanchal commented 6 years ago

Same issue with me, @AYastrebov were you able to solve it?

screen shot 2018-07-20 at 2 11 45 am