Notes on how to resolve EXC_BAD_ACCESS errors that occasionally appear in iOS app development.
For details, I referred to the following site:
・iOS 開発で、EXC_BAD_ACCESS とさよならするための6つのルール | Zero4Racer PRO Developer’s Blog
The actual issues that caused EXC_BAD_ACCESS errors are as follows: (will be updated as needed)
・Assigning numeric values to NSString variables
That’s all from the Gemba.