【发布时间】:2017-04-05 19:29:58
【问题描述】:
我在纯 Objective C 项目中使用 Xcode 8.3 时遇到以下错误。
我无法找到解决方案,我的构建设置中没有 swift 参数,我也无法在线找到任何解决方案。
有什么想法吗?几天前这还不错,我能看到的唯一区别是 xcode 更新了。
"Swift Language Version" (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
【问题讨论】:
-
您在使用核心数据吗?解决方案在这里。 stackoverflow.com/questions/38446097/…
-
谢谢,但这个问题很久以前就解决了。不过还是感谢您的帮助!
标签: ios objective-c swift