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

Possible loss of a runtime argument #545

Closed drumyantsev closed 7 years ago

drumyantsev commented 7 years ago

Hi!

Not sure if it is a Typhoon issue and we can't reproduce it stable, but we don't have any other ideas. Maybe you are familiar with something similar.

We have crashes in HockeyApp because of a nil argument. This argument is obtained in object A, then we check it for nil, and after that it goes to Typhoon. We inject this argument to a initializer of object B, and there it becomes nil, which causes a crash.

Can it be a Typhoon issue?

drumyantsev commented 7 years ago

Sorry, it was our mistake :)

alexgarbarev commented 7 years ago

Thanks for the update :-)