Module compiled with Swift 3.0.2 cannot be imported in Swift 3.1: /$(PROJECT_DIR)/EPSignature.framework/Modules/EPSignature.swiftmodule/arm64.swiftmodule
I am having this error while trying to build the module with Carthage. I used the following command in the terminal.
carthage update --platform iOS --no-use-binaries
Module compiled with Swift 3.0.2 cannot be imported in Swift 3.1: /$(PROJECT_DIR)/EPSignature.framework/Modules/EPSignature.swiftmodule/arm64.swiftmodule
I am having this error while trying to build the module with Carthage. I used the following command in the terminal. carthage update --platform iOS --no-use-binaries
Please assist on this.