79542419

Date: 2025-03-28 21:21:04
Score: 4.5
Natty: 4
Report link

I am running Xcode 16.2 and was working with the same code (from a tutorial). My code is identical to the fixed code above except that the SwiftUI "Hello World" template now ends with the following:

#Preview {

ContentView()

}

To initialize the color, this becomes:

#Preview {

ContentView(backgroundColor: .blue)

}

When I do this, I get no errors, but the canvas fails to build and the simulator also fails to build. Why is that?

Reasons:
  • RegEx Blacklisted phrase (1): I get no error
  • RegEx Blacklisted phrase (0.5): Why is that
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: John Sorensen