xcode - Cannot symbolicate iOS crash report based on archive of distributed version -
i dealing situation app works in development mode can crash in version appeared on app store. if download app app store can reproduce crash.
i can see both submitted *.xcarchive
archive , *.crash
crash report in xcode 5.1’s organizer (under “archives” , “devices” tabs respectively), crash report not symbolicated. selecting crash report , selecting re-symbolicate not help.
if follow apple’s instructions under how match crash report build observe uuid in crash report same uuid armv7s in app binary. crash occurred on iphone 5s, seems fine.
i have total of 3 archives app in xcode. offending 1 in middle.
how can xcode symbolicate crash file correctly?
Comments
Post a Comment