I'm trying to integrate Clover- Go iOS SDK as per this https://github.com/clover/remote-pay-ios-go
But get the following error "error: module compiled with Swift 5.4.2 cannot be imported by the Swift 5.6 compiler". I'm using Xcode 13.3
Just kept the following Code in pod files of my app and pod install and try to compile the app
- pod 'Starscream', :git => 'https://github.com/daltoniam/Starscream.git', :tag => '3.1.0'
- pod 'GoConnector', '3.3.13'