ReSwift-Recorder
ReSwift-Recorder copied to clipboard
Deprecated ⚠️ Proof-of-concept Time Travel and Hot Reloading for ReSwift 3.0
I'm trying to install ReSwift-Recorder with Cocoapods along with ReSwift 4.0.0 but I can't due to the latest version of ReSwift-Recorder depending on ReSwift 3.0.0: ``` $ pod install Analyzing...
The project was failing to compile when used with carthage because the `framework search path` was not set with the path of the carthage builds therefore ReSwift framework was not...
I am not sure it is provided in features or not but I don't find it; When the app works for a long time the number of actions which is...
When I do only one action, and then close app and reopen it; the reducer does not call to apply my only action. I have debugged app and found in...
Hello, I was getting "unexpectedly found nil while unwrapping an Optional value". in ReSwift-Recorder What is the problem in code below? AppDelegate ``` var store = RecordingMainStore( reducer: BaseReducer(), state:...