gpt4 book ai didi

ios - Podfile 包含框架或静态库目标,Podfile 不包含主机目标

转载 作者:可可西里 更新时间:2023-11-01 06:12:53 26 4
gpt4 key购买 nike

最近接手一个iOS项目,有框架,用的是CocoaPods。我正在尝试复制此设置,以便更好地理解。

它有两个框架(作为 Xcode 项目),名为 RaterCommonRaterAPIKit

这是它的 Podfile 的最小化版本(我删除了不必要的部分)。

platform :ios, '10.0'

inhibit_all_warnings!
use_frameworks!

workspace 'Rater'

target :Rater do
# various pods
end

target :RaterCommon do
project 'Libraries/RaterCommon/RaterCommon.xcodeproj'
end

target :RaterAPIKit do
project 'Libraries/RaterAPIKit/RaterAPIKit.xcodeproj'
end

在运行 pod install 时,我收到此警告。

The Podfile contains framework or static library targets (RaterCommon, RaterAPIKit), for which the Podfile does not contain host targets (targets which embed the framework).

而且我也无法将这些框架导入到我的主项目的源代码中。即使在 Xcode 中将它们添加到链接框架和库以及嵌入式二进制文件之后。它说没有这样的模块。

最佳答案

检查目标是否真的在那个路径上

'Libraries/RaterCommon/RaterCommon.xcodeproj'
'Libraries/RaterAPIKit/RaterAPIKit.xcodeproj'

然后做:

pod deintegrate && pod install

关于ios - Podfile 包含框架或静态库目标,Podfile 不包含主机目标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51927736/

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