appsquickly / typhoon

Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨
https://pilgrim.ph
Apache License 2.0
2.7k stars 269 forks source link

ios 13 Beta crash #605

Closed timur-st94 closed 5 years ago

timur-st94 commented 5 years ago

I just set "Is initial view controller" in Storyboard.

Снимок экрана 2019-07-16 в 14 57 47

After starting the application crashes

Снимок экрана 2019-07-16 в 14 47 02

It happens on iOS 13. If you need any information, let me know.

alexgarbarev commented 5 years ago

Good catch.. Can you debug what actually happens there? For example can you just hardcode the identifier string and see if it works (so we checking that identifier is correct and memory management is correct for that ivar as well)?

timur-st94 commented 5 years ago

I just delete isViewLoaded from ATFPreLoade and the application stops crashing. Thanks for the feedback.