app rejected and want to check crash log

They said

Your app crashed on iPad and iPhone running iOS 11.2.6 connected to an IPv6 network when we typed a name of a street or a place in the search field and tapped on confirm

This occurred when your app was used:

On Wi-Fi

But the problem is that I'm not having any problem in my device...


1. I thought I should check crash log file in xcode (changing extension from txt to .crash as they said)

but can't find any fatal issue.


2. I found the way that extract .dSYM and .app file

and want to locate line of code where crash happen.


crash log said belows memory address where crash occured.


Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed:

12 appname 0x0000000102415434 0x102410000 + 21556

So, I used memory address 02415434

atos -arch armv7 -o appname.app/appname.app <02415434>


terminal said.

atos cannot load symbols for the file appname.app/appname.appfor architecture armv7.

why is it happen?

app rejected and want to check crash log
 
 
Q