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:
- have tried undo last change , point last worked?
- 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
Post a Comment