getSampleRateFromAudioQueue() fails on iOS 26 beta 3

Hi, I know we’re still 3 months away from iOS 26 release but would be nice to know if the team is prepping to support it, so that we can be guranteed our apps will run on the new iOS when it releases.

Currently app startup fails in getSampleRateFromAudioQueue().

Thx

Juce 7 also no longer starts up on iOS 26, but I’m guessing that’s not going to be patched and we need to move to Juce 8.

Thx

1 Like

Return code is -50 which seems to be bad parameter error.

I’m running into the same issue with the final version on the latest macOS 26.0 latest juce 8.0.10 with the iOS simulator. Have you found a solution?

It’s not possible to create a iOS app for me at the moment.

Edit: it works when deploying directly to a hardware device. Also commenting out the assert made it work. Probably I had to set a sample rate again in the standalone.

No, no solution as far as I know. No-one from the team responsed.

It looks like sample rate selection fails.

@reuk any ideas?

Thanks, we’ve pushed a fix here:

4 Likes