You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: