I'm using Objective-C, non-ARC environment, iOS10 simulator on OS X El Capitan Xcode 8.2.1, communicating with CoreMIDI MacOS test application. (I mean this is complexed environment and currenly only reproducible on this environment)
g_defaultBundle in +urlForPath: of OALTools causes EXC_BAD_ACCESS when I use OALSimpleAudio.
IF I change g_defaultBundle to [NSBundle mainbundle] , it works fine.
There are too many places to check to debug, so I just wanted to report this to get related bug information.
I'm using Objective-C, non-ARC environment, iOS10 simulator on OS X El Capitan Xcode 8.2.1, communicating with CoreMIDI MacOS test application. (I mean this is complexed environment and currenly only reproducible on this environment)
g_defaultBundle in +urlForPath: of OALTools causes EXC_BAD_ACCESS when I use OALSimpleAudio.
IF I change g_defaultBundle to [NSBundle mainbundle] , it works fine. There are too many places to check to debug, so I just wanted to report this to get related bug information.
Thank you,