I am currently using the new Xcode Version 9 Beta 5 and Swift 4. I tried to start a new application using the "Single View Application" (it did not automatically come with a View Controller File, only the usual Info.plist, Main storyboard, Assets xcassets, LaunchScreen.storyboard)
As there is no View Controller file, I created one and tried to segue an image view but I got the error below instead.
Could someone help me with this?