RxSwiftCommunity / RxCoreData

RxSwift extensions for Core Data
MIT License
164 stars 68 forks source link

AnonymousDisposable: unresolved indentifier #17

Closed yhyuan closed 7 years ago

yhyuan commented 7 years ago

Hi,

In NSManagedObjectContext+Rx.swift, the xcode told me that AnonymousDisposable is an unresolved identifier. I am using xcode 8.1 and Swift 3.

serluca commented 7 years ago

Hi @yhyuan

The PR #15 should fix the issue

scotteg commented 7 years ago

Resolved