Hi All,
I have an App on AppStore, recently the minimum supported version of the app was changed from iOS 12 to iOS 14.
Post that the TestFlight builds are crashing on launch.
If we revert the minimum supported iOS version to 12, the crash no longer happens.
This project is using cocoapods, and from the crash logs it seems the issue with with PLCrashReporter framework.
"EXC_CRASH" Termination reason: DYLD 9 weak-def symbol not found '__ZN7plcrash3PL_5async15dwarf_cfa_stateljiE10push_stateEv'.
This issue is happening only on TestFlight builds where the minimum supported version is 14.0
Any pointer to a solution is welcome.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi All,
Our crash reporting solution show app crashes for the user with crash reports which are not getting symbolicating to anything useful.
it just says, App crashed on thread 0 (CoreAutoLayout -[NSISEngine negativeErrorVarForBrokenConstraintWithMarker:errorVar:]
with it ending up on main.swift file.
We have not able to replicate at our end, and it is happening only for a small fraction of our user (< 1%).
This issue is spread across multiple iOS versions and device models.
We have verified all our UI actions are being done on main thread.
Any pointers for solving this are welcome.
Regards,
Ishan