iOS app crashed due to [UIFeedbackGenerator _autoDeactivate]

后端 未结 1 576
醉梦人生
醉梦人生 2021-02-05 04:44

I received the following report from Crashlytics. I was not calling[UIFeedbackGenerator _autoDeactivate] myself. Maybe some library was doing that. I have done some

1条回答
  •  逝去的感伤
    2021-02-05 05:14

    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.

    0 讨论(0)
提交回复
热议问题