Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

exc_bad_access

  1. M

    macOS Cast from void * to Objective-C object - EXC_BAD_ACCESS code = 2

    I have an Objective-C object named "LocationGetter", and a companion C++ object named "CppLocationGetter". The two objects are properties of each other, and they are supposed to communicate with each other. Unfortunately, when the C++ object sends "startLocationUpdates" to the Objective-C...