You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: