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

Xcode 10.2 error: The following binaries use incompatible versions of Swift #63

Closed sivakumar-cf closed 5 years ago

sivakumar-cf commented 5 years ago

Getting the following build error on XCode 10.2. I am using razorpay-pod version 1.1.1.

error: The following binaries use incompatible versions of Swift:
xxxx/Build/Products/iphonesimulator/xxx.app/Frameworks/Razorpay.framework/Razorpay
gaurav02712 commented 5 years ago

Getting same issue as mentions above

pronav commented 5 years ago

Current version was compiled with Swift 5, is it not what you're using?

sivakumar-cf commented 5 years ago

Yes, I am using swift 5 compiler and i have checked the library version as well (1.1.1), which is bundled in the app frameworks.

pronav commented 5 years ago

Closing as resolved elsewhere: https://github.com/razorpay/react-native-razorpay/issues/177

@GauravT9l feel free to reopen if you're still facing the problem.