iOS app crashed due to [UIFeedbackGenerator _autoDeactivate] iOS app crashed due to [UIFeedbackGenerator _autoDeactivate] ios ios

iOS app crashed due to [UIFeedbackGenerator _autoDeactivate]


I have the same problem, you can check the following steps:

  1. cd to your project's root path
  2. Run

    grep -r UIFeedbackGenerator .

Then you will find which library is using UIFeedbackGenerator.

Hope this will help you.