Update to OverCoat 2.0.2#12
Conversation
There was a problem hiding this comment.
Please don't use the RAC sub spec unless you really want to use the ReactiveCocoa in the sample.
pod 'Overcoat', '2.0.2'
should be fine...
There was a problem hiding this comment.
The sample code references @strongify and @weakify which worked before because I think the old pod spec including one of the libraries that has that functionality. However the new pod spec for OverCoat doesn't include it and the easiest way to get things to compile is to include RAC.
There was a problem hiding this comment.
I guess those macros were imported automatically in older versions of Mantle. With the current version you should explicitly import the right header wherever you use it:
#import <Mantle/EXTScope.h>|
Thanks for the PR, but I think the ReadingList example does not show all the potential of Overcoat 2. This is why I created a new example for Overcoat 2. |
|
Cool, yeah I just wanted an example of saving to disk instead of an in memory Core Data store. |
|
The Twitter Timeline example is saving to disk using Core Data... |
Fixes #11