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 -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -