为什么我在Swift 2中没有XCode8(Swift 3)时出现“11db”错误?

时间:2016-12-28 21:13:14

标签: ios swift xcode swift2 swift3

我最初在8月(2016年)开始学习swift,自从swift 3更新后,我的初始学习项目不再有效。

我使用Swift 3编程语言在MacBook Pro上运行XCode 8.2.1。

该程序在Main.storyboard中有一个按钮,点按该按钮会调用ViewController程序中的方法。

以下是代码:

import UIKit

class ViewController: UIViewController {

    @IBAction func pressButton(sender: UIButton) {
        print(sender)
    }

}

现在,我在控制台“11db

中收到以下消息

0 个答案:

没有答案