razorpay_flutter icon indicating copy to clipboard operation
razorpay_flutter copied to clipboard

razorpay_flutter` does not specify a Swift version and none of the targets (`Runner`) integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in at least one of the targets that integrate this pod.

Open thananjeyanstyluma opened this issue 5 years ago • 1 comments

Razorpay flutter integration to IOS error

thananjeyanstyluma avatar Jul 31 '20 06:07 thananjeyanstyluma

found the answer!!! from this link swift version error - github link

You can set the Swift version by including e.g. ENV['SWIFT_VERSION'] = '5.0' at the top of your Podfile.

thananjeyanstyluma avatar Aug 05 '20 05:08 thananjeyanstyluma