ios4 - Iphone:Help in understanding Crash reports -


i worked on app got crashed. made app using appcelerator tool let write apps in javascript. code apple pointed , crash report given below:

it;s crashing on iphone 4 running ios 4.2.1.(as reported apple). relevant files given below:

code: http://pastie.org/1543760

crash report: http://pastie.org/1542144

i not being able understand it.

help me out!

thanks

i have same issue, app rejected apple saying

2.1 apps crash rejected

and give crash report, search , find how read crash report. think may you.

drag crash report xcode>window>organizer>device logs show crash report more readable form. in of app function show memory locations. following line find line of error,

steps analyze crash report apple:

  1. copy release .app file pushed appstore, .dsym file created @ time of release , crash report receive apple folder.

  2. open terminal application , go folder created above (using cd command)

  3. atos -arch armv7 -o '<your .app file name here>'/'<.dsym filename here>' <memory location in crash report crash occured>. memory location should 1 @ app crashed per report.

example foo.app: atos -arch armv7 -o 'foo.app'/'foo' 0x0003b508

this show exact line, method name resulted in crash.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -