Ios swift – Xcode 15 – Preview macro error with UIView
In my legacy code base with public Xcode 15.0, I can't preview any UIKit views with the new #Preview macro import SwiftUI #Preview { let uiView = UIView() return uiView } The canvas fails to load preview with failure diagnostic…