biezhihua/libdsm

Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.3.2

caokietbk opened this issue · 0 comments

I have this error when build code in iOS device. I searched this problem on stackoverflow and they tell me need to update the library.
/Users/xxx/src/flutter/.pub-cache/hosted/pub.dartlang.org/libdsm-1.0.1/ios/Classes/SwiftDsmPlugin.swift:3:8: Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.3.2 compiler: /Users/xxx/development/test_smb/ios/.symlinks/plugins/libdsm/ios/libdsm_ios.framework/Modules/libdsm_ios.swiftmodule/arm64-apple-ios.swiftmodule
Can you update the new version to fix this bug?
Thanks