Xcode错误“fix-it”插入建议错误

时间:2015-03-12 18:02:14

标签: ios xcode swift

我最近将Xcode更新为6.3,并且由于Swift 1.2,我得到了一个视图错误,这很容易修复。 Xcode的内置功能来自于#34;修复"这些都是自动的。

但是,自从Xcode 6.1 beta以来,这并没有正常工作(在Xcode 5中它完美运行)

例如它转换(遗憾的是我无法发布图片):

let sectionInfo = self.fetchedResultsController.sections![section] as NSFetchedResultsSectionInfo

let sectionInfo = self.fetchedResultsController.sections![section]as!s NSFetchedResultsSectionInfo

而不是

let sectionInfo = self.fetchedResultsController.sections![section] as! NSFetchedResultsSectionInfo

我在网上找不到任何东西。有没有人有同样的问题? B.t.w它不仅是Xcode 6.3 beta中的一个问题,它出现在任何6.X版本中

1 个答案:

答案 0 :(得分:0)

因为它似乎是Xcode 6.x中的一个错误报告错误:http://bugreporter.apple.com

这是解决问题的最佳方法。