I have following error on compiling the code in my project.
/ProjectDirectory/ProjectName-ios/Pods/GoConnector/CloverConnector/Classes/cloverconnector/clovergo/CloverGoConnector.swift:10:8: Module compiled with Swift 4.2 cannot be imported by the Swift 5.0.1 compiler: /ProjectDirectory/ProjectName-ios/Pods/CloverGoSDK/clovergoclient.framework/Modules/clovergoclient.swiftmodule/x86_64.swiftmodule
Install pods from https://github.com/clover/remote-pay-ios-go/tree/CloverGo_Swift4.2, In my project.
pod 'Starscream', :git => 'https://github.com/daltoniam/Starscream.git', :tag => '3.0.5' pod 'GoConnector', '3.3.4.2'
I have following error on compiling the code in my project.
/ProjectDirectory/ProjectName-ios/Pods/GoConnector/CloverConnector/Classes/cloverconnector/clovergo/CloverGoConnector.swift:10:8: Module compiled with Swift 4.2 cannot be imported by the Swift 5.0.1 compiler: /ProjectDirectory/ProjectName-ios/Pods/CloverGoSDK/clovergoclient.framework/Modules/clovergoclient.swiftmodule/x86_64.swiftmodule