Closed euroboy closed 6 years ago
After updating Xcode to version 10, it shows me the following error on import Solar: Module compiled with Swift 4.1.2 cannot be imported by the Swift 4.2 compiler. Any ideas how to fix this?
import Solar
You've compiled Solar using Swift 4.1.2, but your app is in Swift 4.2. You need to recompile Solar using Swift 4.2
@raysarebest Thank you for help, it worked.
After updating Xcode to version 10, it shows me the following error on
import Solar
: Module compiled with Swift 4.1.2 cannot be imported by the Swift 4.2 compiler. Any ideas how to fix this?