Update README to specify that observable is not compatible with OSX+CoreData

This commit is contained in:
Pedro Piñera Buendía 2016-05-07 22:38:21 +02:00
parent 0a44b1de94
commit 2b7ef28347

View File

@ -245,6 +245,8 @@ class Presenter {
> **Reactive**: Observables can be also observed as Reactive sources using `rx_observe` or `rac_observe`.
In this case there's no need to retain the `Observable` but dispose it whenever you're not interested anymore in observing changes.
**:warning: `Observable` is not available for CoreData + OSX**
### Example project
There's an example project available in `Example` folder.