我制作了一个iOS插件,它捕获音频数据并以字节流的形式将其转发给侦听器。它在模拟器和各种设备上运行得完美无缺,但是在运行iPhone 6的iOS 11.3上,它在初始化过程中崩溃了。我跟踪了这个问题,直到下面的代码:do { try session.setPreferredInputNumberOfChannels(1) // This is the line th
不出所料,第一行:抛出一个EntryPointNotFoundException. at at (wrapper managed-to-native) MonoMac.AudioToolbox.AudioSession.AudioSessionInitialize(intptr,intptr,MonoMac.AudioTool