RxSwiftCommunity / RxRealm

RxSwift extension for RealmSwift's types
MIT License
1.15k stars 265 forks source link

Error building RxRealm with Swift 3. #60

Closed jonlambert closed 7 years ago

jonlambert commented 7 years ago

I'm experiencing 29 Swift 3 related compiler errors when attempting to include RxRealm via Cocoapods. What's the correct way to install the library?

screen shot 2017-01-17 at 16 45 46
icanzilb commented 7 years ago

The code on the screenshot looks like Swift 2.* Can you make sure you're using a recent version of RxRealm please.

jonlambert commented 7 years ago

Sorry, my mistake. I'm not specifying a version in my Podfile but a dependancy was! Thanks for your help.

icanzilb commented 7 years ago

can you share which was the dependency? I can have a look at leaving them a message or do a PR :)

jonlambert commented 7 years ago

It was an internal pod, consider it fixed! Thank you!