razorpay / razorpay-pod

:iphone: CocoaPod implementation of Razorpay's Payment SDK. Refer for instructions:
https://docs.razorpay.com/v1/page/ios-integration
MIT License
21 stars 18 forks source link

Module compiled with Swift 5.0 cannot be imported by the Swift 5.1.2 compiler: /Users/sailaja/Desktop/Eemos/Pods/razorpay-pod/Pod/Razorpay.framework/Modules/Razorpay.swiftmodule/arm64.swiftmodule #86

Closed kingglov closed 4 years ago

kingglov commented 4 years ago

Module compiled with Swift 5.0 cannot be imported by the Swift 5.1.2 compiler: /Users/sailaja/Desktop/Eemos/Pods/razorpay-pod/Pod/Razorpay.framework/Modules/Razorpay.swiftmodule/arm64.swiftmodule

IDE Specs

Retro Steps

Screenshots

kingglov commented 4 years ago

error while importing to viewController

Module compiled with Swift 5.0 cannot be imported by the Swift 5.1.2 compiler: /Users/sailaja/Desktop/Eemos/Pods/razorpay-pod/Pod/Razorpay.framework/Modules/Razorpay.swiftmodule/arm64.swiftmodule

kingglov commented 4 years ago

i've made it by replacing this pod 'razorpay-pod','~> 1.1.1' with pod 'razorpay-pod'

PatilAbhi commented 4 years ago

Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.1.3 compiler.

I am Getting this Error

Xcode Version - 11.3.1 RazorPay SDK Version - 1.0.28 Selected Swift Version - Swift 5

Still Not able to Solve the Issue