gpt4 book ai didi

xcode - pod安装后如何修复 "The target [...] is declared multiple times"?

转载 作者:行者123 更新时间:2023-12-04 12:07:08 59 4
gpt4 key购买 nike

在一个 react-native(版本 0.59.5)项目上工作,刚刚安装了 cocoapods(版本 1.7.5)

安装过程:

(从项目目录中)

- sudo gem install cocoapods
(来自项目的iOS目录中)

- pod init
- pod install --repo-update
结果:
Analyzing Dependencies[!] The Target 'ProjectName-tvOSTests' is declared multiple times.
然后试了pod update这导致了相同的“分析依赖关系”警告。 iOS 目录中只有一个 Podfile 和一个“Pods”目录。 pods 目录包含三个子目录,它们都是空的。似乎在pod install期间挂断了但我不知道在哪里寻找重复的声明。

我知道您应该在安装 cocoapods 后在 ProjectName.xcworkspace 文件中工作,但是我的 iOS 项目目录中没有 .xcworkspace 文件。我该如何解决?

编辑:

播客文件

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'TicTacWHOA' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for TicTacWHOA
pod 'Google-Mobile-Ads-SDK'

target 'TicTacWHOA-tvOSTests' do
inherit! :search_paths
# Pods for testing
end

target 'TicTacWHOATests' do
inherit! :search_paths
# Pods for testing
pod 'Google-Mobile-Ads-SDK'
end

end

target 'TicTacWHOA-tvOS' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for TicTacWHOA-tvOS

target 'TicTacWHOA-tvOSTests' do
inherit! :search_paths
# Pods for testing
end

end

最佳答案

问题是“目标”在 Podfile 中实际上被声明了两次。如此简单,就在您面前。我只是没有想到它,因为它是一个完全生成的文件,除了我添加的一行。

关于xcode - pod安装后如何修复 "The target [...] is declared multiple times"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57964463/

59 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com