Hi,
Here is the attachment for excluded architecture
Checked it setting the optimization level as Onone , not worked for me.
I have already attached a diagnosis report as not able to upload a .zip of all the build logs also patched the report as text here. Please have a look and update about the fix.
Here is the feedback request :- https://feedbackassistant.apple.com/feedback/13708209
previews_diagnostics_summary.txt
== DATE:
== PREVIEW UPDATE ERROR:
== VERSION INFO:
== ENVIRONMENT:
== SELECTED RUN DESTINATION:
== SELECTED RUN DESTINATION:
== PACKAGE RESOLUTION ERRORS:
== REFERENCED SOURCE PACKAGES:
== SESSION GROUP 8844:
== UPDATE SESSION 8845:
== POWER STATE LOGS:
Post
Replies
Boosts
Views
Activity
import SwiftUI
struct SwiftUIView: View {
var body: some View {
Text("Hello, World!")
}
}
#Preview {
SwiftUIView()
}
Here is the snippet, it is not even loading for printing "Hello, World!"