I'm trying to import a framework in app, after to update Xcode to version 9.3 that supports swift 4.1. When I import it, appears this error:
Module compiled with Swift 4.0.3 cannot be imported in Swift 4.1: /Users/mgutierrezd/Desktop/Lapso/FrameworkAsesorEnLinea.framework/Modules/FrameworkAsesorEnLinea.swiftmodule/arm64.swiftmodule
I Tried to delete derived data, but it doesn't work.