IPad - Crashing with no apparent reason -


i know it's bit weird have no code @ put here, unless copy of it. project crashing no apparent reason. i've read solution: iphone application crashing , not leaving behind .crash log file

and i'm using instrument searching leaks , other possibilities crashes. strange thing is: when run app debug on xcode, stop work on ipad looks still running.

and last , more strange thing: there's no crash log @ on device. before ask, enable record crash logs.

does have idea helping me?

regards

i've had happen me before on various platforms. if crashing on you, whether iphone app, opengl / directx program, try these steps:

  1. have tried undo last change , point last worked?
  2. have tried placing print outputs terminal see how far program executing? start @ beginning , work way program. useful when there no crash log.

also in particular iphone apps: have checked xib's? did re-factor , change name of class maybe? might need re-link nib classes. on more 1 occasion has caused apps of mine crash no error. hope helps.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -