简体   繁体   English

如何在 iOS 设备的 flutter 中集成 Razorpay 支付

[英]How to integrate Razorpay Payment in flutter for iOS device

This is my terminal output when I used "pod update" to install Razorpay plugin for iOS device.这是我使用“pod update”为 iOS 设备安装 Razorpay 插件时的终端 output。 I tried many times but not solved yet so give me any solution.我尝试了很多次但仍未解决,所以请给我任何解决方案。

pod update WARNING: CocoaPods requires your terminal to be using UTF-8 encoding.吊舱更新警告:CocoaPods 要求您的终端使用 UTF-8 编码。 Consider adding the following to ~/.profile:考虑将以下内容添加到 ~/.profile:

export LANG=en_US.UTF-8

Update all pods Updating local specs repositories Analyzing dependencies [:] CocoaPods could not find compatible versions for pod "razorpay_flutter": In Podfile: razorpay_flutter (from .symlinks/plugins/razorpay_flutter/ios )更新所有 pod 更新本地规范存储库 分析依赖关系 [:] CocoaPods 找不到 pod“razorpay_flutter”的兼容版本:在 Podfile 中:razorpay_flutter(来自.symlinks/plugins/razorpay_flutter/ios

Specs satisfying the razorpay_flutter (from .symlinks/plugins/razorpay_flutter/ios ) dependency were found, but they required a higher minimum deployment target.找到了满足razorpay_flutter (from .symlinks/plugins/razorpay_flutter/ios )依赖项的规范,但它们需要更高的最小部署目标。

Try opening your ios project using Xcode on mac.尝试在 mac 上使用 Xcode 打开您的 ios 项目。

And then try building it.然后尝试构建它。

The same has solved the issue for me同样为我解决了这个问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM