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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -