Articles
Fixing SwiftUI’s automatic preview updating Paused
To some devs it happens all the time and is extremely frustrating.

If you work with SwiftUI, or have even just tried SwiftUI previews, then you’ve seen this annoying message: Automatic preview updating paused
. To some devs it happens all the time and is extremely frustrating.
In this article I’ll explain why this happens and how it can be solved. Let’s dig in!
On This Page
- Why previews get paused
- Understanding live reloading
- Fixing it
- Improving code to reduce pausing
- Automatically resume previews
