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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

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