Home › Forums › OpenEars › multiple OpenEars delegates are getting mixed up with ARC on › Reply To: multiple OpenEars delegates are getting mixed up with ARC on
June 4, 2014 at 6:42 pm
#1021503
Halle Winkler
Politepix
It should only be necessary to set the delegate of OpenEarsEventsObserver to nil – can you just do that and show the logging output and the backtrace for the crash? To get the backtrace you’ll type “bt” when the app suspends due to the crash and you have the lldb prompt. It’s surprising that it crashes without a set delegate (versus the crash originating from something else) since the delegate methods are optional.