Reply To: multiple OpenEars delegates are getting mixed up with ARC on

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

#1021510
Halle Winkler
Politepix

That looks more like it’s crashing because you aren’t using the recommended memory management from the sample app and tutorial. Can you switch over to that instead? Take a look at how FliteController is set up in the sample app and then only called as a property with self.fliteController. It’s also demonstrated step-by-step in the tutorial.