iOS Question Symbolicating app crash reports in B4i 2.0

Pendrush

Well-Known Member
Licensed User
Longtime User
I'm unable to use this method anymore
https://www.b4x.com/android/forum/threads/symbolicating-app-crash-reports.53969/
I have try everything to make it to work, but without success.

Can you explain in details how can I symbolicate crash logs in b4i 2.0?
I have read http://stackoverflow.com/questions/3656391/whats-the-dsym-and-how-to-use-it-ios-sdk
but I cannot understand what I need to do. I have many apps on app store that are not on my account. I cannot use xCode organizer to get info about that apps.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
V2.00 handles symbols better than previous versions.

Compile your app in release mode and then choose Build Server - Download Last Build.

It will create a file named archive.zip in the objects folder.
The ipa file is located inside this zip file together with the dsym symbols.
SS-2015-07-12_08.36.49.png


The ipa file itself includes the new symbol files used by Apple. In most cases the crash logs should be symbolicated automatically.

dsym.zip holds the same symbol files as the files you created in that thread.
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
Crash log in my iPad from example is same as before, not symbolicated.
My question is: Where I can see symbolicated crash log in xCode's Organizer or something?
 
Upvote 0
Top