i tried these thing but no luck till now. 1.Need App.carsh, App.dSYM, App.app files in one folder 2. cd folder path 3. xcrun atos -o OrderCommitV2.app/OrderCommitV2 -arch arm64 -l How to symbolicate crash log Xcode?
            Asked
            
        
        
            Active
            
        
            Viewed 41 times
        
    1 Answers
0
            
            
        This is the easiest way IMO, you'll need both archive and crash files
- Open Xcode and connect any device
 - Go to Window/Organizer and load your archive there
 - Go to Window/Devices and simulator and load your crash log
 - Right click and tap Re-symbolicate log (it might take a few repetitions)
 
Now you can see exactly where the crash happened in your app.
        valentina
        
- 11
 - 3