I'm currently testing my application using a Right-To-Left language setting in Xcode and everytime I start the application I'm getting the error below.
malloc: *** error for object 0x1013819e8: incorrect checksum for freed object - object was probably modified after being freed.
With a Left-To-Right setting the app works fine. How would I debug this error?
Thanks!