简体   繁体   中英

Xcode stops debugging the app suddenly

I'm encountering a mysterious issue while debugging on a device from Xcode. At some point, Xcode stops running the application that results a crash of the application on the device without giving me any warning or errors in the console and even the app is not running anymore in Xcode.

NOTE: my app download about 30Mb at first start up then parse them and it contains several complex views, so it might be that the iOS stops the application for some reason(memory issue)but i'm not sure!!!

any clue/idea/suggestion to find/track this king of issues would be appreciated

Thanks in advance for your help.

Definitely intercept memory warnings.

Check the console, look for SigKill, EXC_BAD_ACCESS, and code 9, all of which are probably memory. Other SO questions/answers will tell you how to find the console logs. Also, you're probably duplicating a question or so, I'd check for similar posts first. iOS App crashing is a good start-phrase.

Good luck, and always, read the Views and View Controllers Programming Guide (or similar name) Guide to get a grasp on it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM