我正在开发我的第一个iOS
应用,我正在尝试将Cleanse集成到我的项目中。
我拖动Cleanse.xcodeproj
并放入Xcode中的工作区。我还添加了Cleanse.framework
作为目标依赖项并嵌入它。
但是,我收到以下错误:
Build Target Cleanse
Use Legacy 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.
PS:我正在使用Apple Swift 3.0版(swiftlang-800.0.46.2 clang-800.0.38)
答案 0 :(得分:0)
您是否遵循了这些指示?看来Cleanse不是使用Swift 3构建的,它需要更新为最新语法。按照这些指示,选择框架,然后选择Swift 3.这应该就是您所需要的。
如果您需要进一步澄清,请告诉我。希望这会有所帮助。