Swift:未定义的符号

时间:2014-10-17 08:56:34

标签: ios xcode swift undefined

我正在使用xcode6。我的最后一个记忆是我删除了项目中的所有swift文件并再次添加,我遇到了这个错误:

enter image description here

1 个答案:

答案 0 :(得分:0)

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

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