Strange iPhone crash log

后端 未结 1 1861
傲寒
傲寒 2020-12-19 05:20

Can anybody tell me the reason for this crash.

Specially I am concerned about this -

**Application Specific Information:
iMixtapes[1185] has active          


        
相关标签:
1条回答
  • 2020-12-19 05:28

    See this question for the same error. The answer there is:

    This means that EVERY background task created with beginBackgroundTaskWithExpirationHandler: call MUST be ended withendBackgroundTask:. Double check that endBackgroundTask: is invoked with the correct task id.

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