ios - Swift: Undefined Symbols -



ios - Swift: Undefined Symbols -

im working xcode6. lastly memory i've remove swift file in project , add together again, , encountered error:

you need @uiapplicationmain attribute appdelegate. or forgot add together appdelegate?

@uiapplicationmain class appdelegate: uiresponder, uiapplicationdelegate { ... }

ios xcode swift undefined

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -