This question already has an answer here:
- What's Dead & Exploded in Swift's exception stack? 3 answers
I get a crash log from Crashlytics/Fabric which reads like the following:
function signature specialization <Arg[0] = Exploded, Arg[1] = Owned To Guaranteed> of
MyClass.viewWillAppear (MyClass)(Swift.Bool) -> ()
what does exploded mean for Arg[0]? It's weird that there are two arguments because we're talking about viewWillAppear
here - is the first argument the object itself?