当我尝试控制+在我的ViewController上拖放UIButton时,Xcode崩溃了。它在我添加Action连接但不与Outlet连接时有效。
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 6C131e
UNCAUGHT EXCEPTION (NSInvalidArgumentException): +[IDESwiftSourceCodeGenerator isTeardownCounterpart:]: unrecognized selector sent to class 0x11ef36778
如果我在一个新项目中这样做,我没有问题。 我在OSX 10.9.5上使用xcode 6.2。