I got a crashlog of my iPad App from a user and now I have to find out where in the app the problem lies.
I use Xcode Version 16.0 (16A242d) and then follow these steps:
- Attach an iPad
- Xcode -> Window ->Devices and Simulators
- Open Recent Logs
- Navigate to the .ips file
- Open it
Result:
- I can see that the app exceeds the wall-clock allowance
- All calls of my app are not symbolicated.
Question: How can I get Xcode to symbolicate the crashlog properly?