stinsen icon indicating copy to clipboard operation
stinsen copied to clipboard

Crash When Set Linker Other Flags With -ObjC

Open freakandstein opened this issue 1 year ago • 1 comments

For time being, I am integrating Firebase Crashlytic and as we know that we should set Linker Other Flags with ObjC. Before I set it, my app run well, but after setting it with -ObjC, my app is crash in the first time loaded

Could not cast value of type 'Stinsen.Transition<FeatureMain.MainCoordinator, Stinsen.RootSwitch, (), Stinsen.NavigationViewCoordinator<FeatureMain.AuthenticatedCoordinator>>' (0x1db05f130) to 'Stinsen.NavigationOutputable' (0x12d03b9f8). 2022-08-27 12:47:18.223983+0700 Geolancer[4242:4805384] Could not cast value of type 'Stinsen.Transition<FeatureMain.MainCoordinator, Stinsen.RootSwitch, (), Stinsen.NavigationViewCoordinator<FeatureMain.AuthenticatedCoordinator>>' (0x1db05f130) to 'Stinsen.NavigationOutputable' (0x12d03b9f8).

Screen Shot 2022-08-27 at 13 30 13

There is the log that I found.

freakandstein avatar Aug 27 '22 05:08 freakandstein

Sorry, I have removed your Stinsen as my library in my app. I don't need Stinsen anymore and ever.

freakandstein avatar Sep 06 '22 03:09 freakandstein