0

Im working with xcode6. My last memory was I've remove all swift file in my project and add it again, and I encountered this error:

enter image description here

Allan Macatingrao
  • 2,019
  • 1
  • 19
  • 28

1 Answers1

0

You need @UIApplicationMain attribute to AppDelegate. or you forgot to add AppDelegate?

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
    ...
}
Community
  • 1
  • 1
rintaro
  • 50,337
  • 13
  • 128
  • 138