Alan Quatermain

The Tumblog of one Jim Dovey, iOS Software Chief Architect at Kobo in Toronto, Ontario.
He Twitters, he has an , and can occasionally be found on LinkedIn or Facebook.
If you have a query, you can ask it here.

This blog contains personal opinions, and is not endorsed by any company.

144411701

If you’re having trouble with symbolicatecrash not finding symbols for system frameworks on 3.0 devices, look in /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0. There should be a symlink in there called ‘Symbols’, pointing to ../../Developer/SDKs/iPhoneOS3.0.sdk. If there isn’t create it like so:

> sudo ln -s ../../Developer/SDKs/iPhoneOS3.0.sdk Symbols

Now when you re-run symbolicatecrash it will correctly find all the system framework symbols, and should give you a fully symbolicated report.

2 notes

  1. quatermain posted this