运行 pod install 时出错:`UMFileSystemInterface` 依赖于`EXAV`
Posted
技术标签:
【中文标题】运行 pod install 时出错:`UMFileSystemInterface` 依赖于`EXAV`【英文标题】:Error running pod install: `UMFileSystemInterface` depended upon by `EXAV` 【发布时间】:2021-08-17 20:00:08 【问题描述】:我正在使用 React Native 为 android 和 ios 开发移动应用程序。我在 Windows 机器上开发了应用程序并成功运行它。我有很多模块,一切都在 Android 上运行良好。
现在,我正在尝试在 macOS 上安装所有模块。我运行npm install
,然后尝试运行npx pod-install
,但出现此错误:
[!] Unable to find a specification for UMFileSystemInterface depended upon by EXAV
.
我认为这个问题可能是因为react-native-unimodules
而我遵循了有关如何在 ios 上安装此模块的文档,但这并没有帮助。知道如何解决这个问题吗?
这是我的 Podfile
require_relative '../node_modules/react-native-unimodules/cocoapods.rb'
require File.join(`node --print "require.resolve('react-native/package.json')"`, "../scripts/react_native_pods")
require File.join(`node --print "require.resolve('@react-native-community/cli-platform-ios/package.json')"`, "../native_modules")
require File.join(`node --print "require.resolve('react-native-unimodules/package.json')"`, "../cocoapods")
platform :ios, '13.6'
target 'Capitalba' do
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
use_unimodules!
config = use_native_modules!
use_react_native!(:path => config["reactNativePath"])
# Uncomment to opt-in to using Flipper
#
# if !ENV['CI']
# use_flipper!('Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1')
# post_install do |installer|
# flipper_post_install(installer)
# end
# end
end
【问题讨论】:
我在升级我的 unimodules 版本时也遇到了这个问题。你的 Podfile 是什么样的? 我最终恢复到旧版本的 unimodules 和我的旧集成 @pixelknitter 我用 Podfile 编辑了我的帖子。平台是 ios 11.0 但它不起作用。我把它改成 13.6 还是不行。 【参考方案1】:为了解决这个问题,我卸载了包expo-av
:
yarn remove expo-av
- 这刷新了锁文件
然后重新安装包:
yarn add expo-av
并运行cd ios/ && rm -rf Pods && pod install --repo-update
以确保我们获得最新版本。
在此之前我对包react-native-unimodules
做了同样的事情,但不相信它是相关的。
【讨论】:
以上是关于运行 pod install 时出错:`UMFileSystemInterface` 依赖于`EXAV`的主要内容,如果未能解决你的问题,请参考以下文章
尝试安装本机反应时出错,运行 pod install 时无法正确构建
安装Firebase后运行pod install --repo-update时出错
运行 pod install 时出错 - 在目标 `Runner` 上自动分配版本为 `8.0` 的平台`iOS`