Is there any concreate way to symbolicate crash logs from my app, i have following things
- dSYM file
- .ipa Application file
myapp.crash
-
- I have tried symbolicatecrash script but it does not work somehow
- Xcode does not work also i have Xcode 4.3
- I even tried system 'atos' command but it gives me some c or c++ file
I dont have build file in my archive is it because of that, because app was build in different machine ?