Hi JUCE team,
I’m hitting this assertion in juce_Audio_ios.cpp at line 1076:
jassert (bufferSize == (int) numFrames);
This happens when running on an iPhone 11 (iOS 18.3.1, 22D72).
The app is using AudioIODevice with input enabled.
Here’s the exact log message:
JUCE Assertion failure in juce_Audio_ios.cpp:1076
Is there a known issue with input/output buffer size mismatches on this iOS version?
Let me know if you need more details (Xcode project, repro steps, etc.).
Thanks!
