Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/96.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 在颤振中添加Razorpay_颤振1.1.2时运行pod安装时出错_Ios_Flutter_Dart_Razorpay - Fatal编程技术网

Ios 在颤振中添加Razorpay_颤振1.1.2时运行pod安装时出错

Ios 在颤振中添加Razorpay_颤振1.1.2时运行pod安装时出错,ios,flutter,dart,razorpay,Ios,Flutter,Dart,Razorpay,我试图在我的项目中添加razorpay_Flatter 1.1.2,但在构建过程中出现pod安装错误 当我从pubspec中删除razorpay_flatter时,我的项目构建成功了。我尝试降级版本,并完成了publisher提到的所有疑难解答,但都没有效果 这是我的错误 Running pod install... CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets to integrate

我试图在我的项目中添加razorpay_Flatter 1.1.2,但在构建过程中出现pod安装错误

当我从pubspec中删除razorpay_flatter时,我的项目构建成功了。我尝试降级版本,并完成了publisher提到的所有疑难解答,但都没有效果

这是我的错误

Running pod install...
CocoaPods' output:
↳
  Preparing

Analyzing dependencies

Inspecting targets to integrate
  Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``)

Finding Podfile changes
  A razorpay_flutter
  - Flutter
  - device_info

Fetching external sources
-> Fetching podspec for `Flutter` from `.symlinks/flutter/ios`
-> Fetching podspec for `device_info` from `.symlinks/plugins/device_info/ios`
-> Fetching podspec for `razorpay_flutter` from `.symlinks/plugins/razorpay_flutter/ios`

Resolving dependencies of `Podfile`
  CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only perfomed in repo update
  CDN: trunk Relative path: all_pods_versions_f_9_d.txt exists! Returning local because checking is only perfomed in repo update
  CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only perfomed in repo update

――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

### Command

```
/Users/kathirva/.rvm/gems/ruby-head/bin/pod install --verbose
```


### Stack

```
   CocoaPods : 1.8.4
        Ruby : ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin17]
    RubyGems : 3.0.6
        Host : Mac OS X 10.13.6 (17G4015)
       Xcode : 10.1 (10B61)
         Git : git version 2.17.2 (Apple Git-113)
Ruby lib dir : /usr/local/Cellar/ruby/2.6.5/lib
Repositories : master - git - https://github.com/CocoaPods/Specs.git @ 81697d55b6ebe7d58eae307fa584ff0b63da639c
               trunk - CDN - https://cdn.cocoapods.org/
```

### Plugins

```
cocoapods-deintegrate : 1.0.4
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.0
cocoapods-stats       : 1.1.0
cocoapods-trunk       : 1.4.1
cocoapods-try         : 1.1.0
```

### Podfile

```ruby

# Uncomment this line to define a global platform for your project
platform :ios, '10.0'

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['SWIFT_VERSION'] = '5'
      config.build_settings['ENABLE_BITCODE'] = 'YES'
    end
  end
end
```
###错误


你能试着运行这个吗

LANG="en_US.UTF-8" 
吊舱安装前

你用什么操作系统

LANG="en_US.UTF-8"