clover / remote-pay-ios-go

Clover Go IOS SDK
Other
5 stars 14 forks source link

Unable to compile in Xcode 10.2.1. #4

Open warisappify opened 5 years ago

warisappify commented 5 years ago

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

applebyte1992 commented 5 years ago

Having same issue