ipraba / EPSignature

Signature component for iOS in Swift
MIT License
797 stars 206 forks source link

Swift 3.1 Support #39

Open raul123uz opened 7 years ago

raul123uz commented 7 years ago

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.