我正在尝试在用 swift 编写的 Xcode 9 中编译我的代码。我正在使用 pod -> PhotoEditorSDK,它不断向我显示此错误。
使用 Swift 3.1 编译的模块无法在 Swift 3.2 中导入:/Users/iAakash/Downloads/pesdk-ios-examples-master/Examples/SwiftExample/Pods/PhotoEditorSDK/pesdk-ios-build-7.3.0/PhotoEditorSDK.framework/Modules /PhotoEditorSDK.swiftmodule/arm64.swiftmodule
我尝试了以下方法:
删除了派生数据
清理项目文件夹并重新启动 Xcode 9
尝试将 swift 版本 ['SWIFT VERSION'] 强制为 3.2
这一切都没有用。
有什么解决办法吗?