Audio Pops with iOS17 and JUCE 7.0.10

Hi,

I’m getting audio pops in an AUv3 plugin in iOS17 but things work fine in iOS 15 and 16. The log has numerous entries, “Input data proc returned inconsistent 1 packets for 1880 bytes; at 4 bytes per packet, that is actually 470 packets.” Followed by the same message but at 1884 bytes, and 471 packets. I’m using Xcode 15.2. Anyone else run into this or have some insight? Thanks!

Additional testing revealed it is a problem with the iOS simulator. A actual device running iOS 17.4 operates just fine.