What does this crash log means?

后端 未结 2 1710
别跟我提以往
别跟我提以往 2021-01-24 09:21

I have already done some research on identifying crash logs but couldn\'t find solution:

Here are my references:

http://www.raywenderlich.com/23704/demystifying-

2条回答
  •  甜味超标
    2021-01-24 09:35

    No, Apple will probably get the crash too and reject your app (it's a risk).

    About the crash, it's hard to say, you'll have to run the app from XCode and check there where the crash was.

    If it's a memory issue, profile the app from XCode and you'll see there which component is crashing.

提交回复
热议问题