现在,我遇到了显示错误,就像文件名使用了两次一样,下面的错误困扰着我。<unknown>:0: error: no such file or directory: '/Users/mac/Desktop/develop/myApp/Manager.swift'
<unknown>:0: error: filename "Manager.swift" used twice: '/Us
我尝试使用2个视图控制器在iOS应用程序中制作标签,以便在标签中显示"asdf"。我尝试运行testA()函数,但它显示了一个错误:ViewController.swift:15:9: Use of unresolved identifier 'testA'ViewController.swifttestLabel.text = "asdf"并且我的Main.storyboard链接到Tes