poulpix/PXGoogleDirections

I can't compile PXGoogleDirections with Xcode 11.5 because it generated with older version of Xcode

charfddine opened this issue · 1 comments

Hello,
I can't compile PXGoogleDirections with Xcode 11.5 because it generated with older version of Xcode

error :
Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2.4 compiler: /Users/dev/Desktop/iviflo/Ios/SmartFlo/PXGoogleDirections.framework/Modules/PXGoogleDirections.swiftmodule/arm64-apple-ios.swiftmodule

also I can't use # pod 'PXGoogleDirections' with pod 'GoogleMaps' together in my pod file so I use pod 'GoogleMaps' and i use the source code all class of PXGoogleDirections in my project.