Top 10 Mobile App Development Company in Pune 2026 | Top Picks
Pune has earned its place as one of India’s most reliable technology destinations. It is not as chaotic as Mumbai or as expensive as Bangalore. Instead, Pune offers a perfect […]
EXC_BAD_ACCESS error is a general error in your iOS application, but is hard to debug and find the route cause for this error in your application. The main reason of EXC_BAD_ACCESS error to happen is that – somewhere in your application code you are trying to send a message to an object that has already been released.
So how we will find the root cause of this error? For this you need to set NSZombieEnabled environment variable with your application. Adding this environment variable will tell you, because of which variable this error happens.
To set this variable in your project follow following steps:
1. Open your project with Xcode.
2. Go to Project Menu >> Scheme >> Then select Edit Scheme option.
3. In Edit Scheme popup go to Arguments tab and create a new environment variable by clicking the plus sign in the lower left corner.
4. Write NSZombieEnabled in Name field and set value YES.
5. Now run your application. Now when the released variable is accessed, you will get an error message, which will, shows class of the object and the message that has been sent to the object.
6. Once you have fixed your error make sure that the NSZombieEnabled variable is disabled.
7. To disable this variable simply uncheck the checkbox.
Apr 21st, 2026
Pune has earned its place as one of India’s most reliable technology destinations. It is not as chaotic as Mumbai or as expensive as Bangalore. Instead, Pune offers a perfect […]
Apr 16th, 2026
Let us be honest for a moment. Nobody truly enjoys doing laundry. It is repetitive, time-consuming, and somehow never fully done. But what if your customers could outsource this entire […]
Apr 9th, 2026
In 2026, a mobile application is no longer just an option—it is a necessity. Whether you run a small local shop or a large enterprise, your customers expect to find […]