Im trying to integrate Clover- Go SDK as per this https://github.com/clover/remote-pay-ios-go
But get the following error "Module complied with swift 5.1 cannot be imported by the swift 5.4 complier". I'm using Xcode 12.5
Just kept the following Code in pod files of my app and try to compile the app
- pod 'Starscream', :git => 'https://github.com/daltoniam/Starscream.git', :tag => '3.0.5' pod 'GoConnector', '3.3.5'