Fix iOS Simulator Audio Glitches on macOS
Eliminate iOS Simulator audio distortion on macOS with a quick Core Audio reset or a persistent BlackHole setup.
Fix iOS Simulator Audio Glitches on macOS
If you stream Spotify, watch YouTube, or play anything on your Mac, then launch the iOS Simulator, you can get pops or stutter. Two fast fixes below.
Quick Fix: Restart Core Audio
Run after launching Simulator. No app restarts required.
1
sudo killall coreaudiod
Core Audio restarts and clears distortion. Re-run when glitches return.
Persistent Fix: Route Simulator Audio to BlackHole
Use a virtual device to isolate Simulator output from system audio.
- Install BlackHole — see: How to Install BlackHole on macOS.
- In iOS Simulator: I/O → Audio Output → select
BlackHole 2ch(or4chif needed).
This routes Simulator audio away from your speakers so Spotify or Apple Music stays clean.
When to Use Which
- Core Audio restart: quickest for short debug sessions.
- BlackHole: best for daily work. Stable and no repeated commands.
Notes
sudoprompts for your admin password.- After macOS updates, the output device can reset. Reselect BlackHole in Simulator.
☕ Support My Work
If you found this post helpful and want to support more content like this, you can buy me a coffee!
Your support helps me continue creating useful articles and tips for fellow developers. Thank you! 🙏
This post is licensed under CC BY 4.0 by the author.