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,071
  • 1
  • 20
  • 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
  • 51,423
  • 14
  • 131
  • 139