I received the following report from Crashlytics. I was not calling[UIFeedbackGenerator _autoDeactivate] myself. Maybe some library was doing that. I have done some
[UIFeedbackGenerator _autoDeactivate]
I have the same problem, you can check the following steps:
cd
Run
grep -r UIFeedbackGenerator .
Then you will find which library is using UIFeedbackGenerator.
UIFeedbackGenerator
Hope this will help you.