Open valeriy-kolodiy opened 2 years ago
Hi @valeriy-kolodiy,
Thank you for reporting this. I tried to reproduce the crash by creating a new project that has a UIPageViewController and I also used setViewControllers
. However, I wasn't able to reproduce. Here's a link to the repo https://github.com/HassanElDesouky/UIPageViewControllerInstabugCrash
It'll be very helpful if you can create a demo project that reproduces the crash or just point out what I'm missing in mine.
After updating Instabug iOS SDK from 10.7.3 to 10.10.1 app crashes when calling the setViewControllers method on the
UIPageViewController
instance.Crash is not reproducable after setting the
Instabug.reproStepsMode = .enabledWithNoScreenshots
. That actually fixes the issue for us, but still would be great to have it fixed on the SDK level.Looks like that's the same crash that was reported before: https://github.com/Instabug/Instabug-iOS/issues/230
Crash does not happen when downgrading back to 10.7.3 version. Looks like the crash was introduced in SDK version 10.8.0
Stack trace:
Steps to Reproduce the Problem
Please see the description above
Expected Behavior
The app should not crash
Actual Behavior
App crashes
Instabug integration code
not relevant
SDK Version
10.10.1 (looks like it started crashing from version 10.8.0)
iOS Version
Tried on 14.5, 15.1
Device Model
Not relevant.