Reply to Live Preview Not Working for UIKit Unless I raise Deployment Target to iOS 17 I have the same issue So I added @available(iOS 17.0, *) in front of the #Preview{} and It works @available(iOS 17.0, *) #Preview { // Your Code } UI Frameworks UIKit Oct ’23