Skip to main content

EXC_BAD_ACCESS error in Xcode

When using Xcode to develop an iOS application, you usually run or debug the app on Xcode built-in simulator. And everything is also normal. However, your app will be terminated with an exception called EXC_BAD_ACCESS.

It's about an exception related with the simulator memory. So, instead of trying to find a reason in your codes, you only need to make a change for running on simulator. In Xcode, you're provided an function is Guard Malloc. It will help to hide some memory-access bugs instead show them.


To enable it:




  • On Xcode, open your project

  • Navigate to Xcode Run menu, check Enable Guard Malloc item


Now your problem may be resolved.


Note: the simulator will run slowly than before. But it's also okay.


Wish succeed!

Comments

Popular posts from this blog

Integrate blogspot blogger blog with Dot TK free domain

Blogspot or Blogger is a blog service from Google. This service provides us many functions to make a small website as creating a blog, posting, commenting, . . . But there is a thing which might cause you dissatisfy. That's the blog address is too long, like http://www.your-tips-tricks.blogspot.com . If you own a short Dot TK domain , then your problems will be solved.