我正在运行MacOSX 10.10.3(优胜美地)和XCode版本6.4(6E35b)。我正在尝试Swift教程http://www.raywenderlich.com/74904/swift-tutorial-part-2-simple-ios-app。
但是当我创建名为TipCalculatorModel的新Swift文件时,我似乎无法在ViewController类上使用该类。
let tipCalc = TipCalculatorModel(...) //Use of unresolved identifier 'TipCalculatorModel'
我验证了TipCalculatorModel的目标成员资格,并且选中的项目只是项目名称(TipCalculator,TipCalculatorTest未选中)
有人能指出我可能错过的东西吗?或者是当前版本的xcode或OSX的问题,如Swift Class/Protocol is not recognised by Xcode compiler or Auto Complete
中的内容