I am having a crash ONLY on TestFlight, not while debugging on the device locally, that seems to be stemming from the Augmented Reality Camera ShutterButton (of type UIButton) of a library while opening the scan view. The crash seems to say that it’s happening in the init function of the ShutterButton as you can see in the image.
Any idea what I should look at which might be causing different behavior in the two environments for the SAME device?
The top most line Error says “unexpectedly found nil while unwrapping an optional”, and this code is inside the pod libraries that are imported
I did take a look at this popular question to understand what's happening, but I'm not sure how I can apply it to my scenario