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
pod file
pod 'Starscream', :git => 'https://github.com/daltoniam/Starscream.git', :tag => '3.0.5' pod 'GoConnector', '3.3.5'
Gone through google and found many answers to set Build Libraries for Distribution -> YES
in project Target, but its not working.
Please advice what can be done to make the app compile without errors