2014-10-17 125 views
0

Im正在使用xcode6。我最後的記憶是我已經刪除我的項目中的所有文件迅速並重新添加它,我遇到這個錯誤:Swift:未定義的符號

enter image description here

回答

0

您需要@UIApplicationMain屬性AppDelegate。或者你忘了添加AppDelegate?

@UIApplicationMain 
class AppDelegate: UIResponder, UIApplicationDelegate { 
    ... 
}