1

Xcode Version - 12.5 Swift Version - 5.4

code (ContentView.swift) enter image description here

When I try to run this code I get and error in SceneDelegate.swift as follows enter image description here

1 Answers1

0

Change contentView to ContentView(). Case-sensitive.

lorem ipsum
  • 21,175
  • 5
  • 24
  • 48