简体   繁体   中英

Random crashes in Xamarin iOS app

I am developing an iOS app using , everything going fine except than I am facing random crashes in my app. I have tried for iPhone 5,4s, iOS simulator (iOS 7 and iOS 8) . I am unable to find any cause for the crashes as crashes are just random at any place and anytime in the app. Also I am facing a weird issue where I am unable to raise event inn button touch in simulator while it is working fine in physical device. can anybody suggest me some tool or tip to cop with these crashes. I have tried to use Xamarin insight but no log is there.

Thanks

"Random" crashes almost always point to memory management problems (stack or heap corruption, over-releasing, etc). Your best bet is to use guard malloc and zombies to track down these issues. Instruments (a tool provided with Xcode) is a great asset for tracking down issues like yours.

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