wearereasonablepeople / ReRouter

Routing with ReactiveReSwift and RxSwift
MIT License
8 stars 2 forks source link

Simulator keeps crashing #37

Open marbetschar opened 6 years ago

marbetschar commented 6 years ago

My iOS Simulator keeps crashing throwing the following error:

ReRouter was compiled with optimization - stepping may behave oddly;
variables may not be available.
alickbass commented 6 years ago

Can you give a bit more information to reproduce it, like how did you add ReRouter etc.?

marbetschar commented 6 years ago

Sure! ReRouter is added using Carthage and the following line in the Cartfile:

github "wearereasonablepeople/ReRouter" ~> 0.1

Nothing special within the app, just a simple import ReRouter using a NavigationRouter per tab (UITabBarController) which loads one ControllerCoordinator per tab.

FWIW: The app does not seem to always crash exactly at the same point, it's some kind of random behaviour - and from what I can tell this only happens while in debug mode / in simulator.

marbetschar commented 6 years ago

Any Idea how this behaviour can be fixed?

marbetschar commented 6 years ago

Anything?

marbetschar commented 6 years ago

Any chance this get fixed anywhen? Turned out it does not only cause the app to crash in the Simulator, this issue does also force the app to crash on a real device for whatever reason.

marbetschar commented 6 years ago

FWIW: https://stackoverflow.com/questions/32772573/project-name-was-compiled-with-optimization-stepping-may-behave-oddly-varia