gpt4 book ai didi

ios - 椰子足 : Install pod for internal target (cocoa framework)

转载 作者:行者123 更新时间:2023-11-28 13:53:18 25 4
gpt4 key购买 nike

您好,我想通过创建框架并将其添加到项目中来模块化项目。但是当我想为特定目标(我的意思是框架和主要目标)安装 pod 时,我会得到错误。

我已经搜索过这个特定问题,但没有找到任何有用的信息。

Error Image在这里

Podfile Image在这里

错误:

[!] Unable to find a target named Photo, did find testForModule.

播客文件:

# sources
source 'https://github.com/CocoaPods/Specs.git'

# global config
platform :ios, '11.0'
use_frameworks!
workspace 'testForModule'

def networkAndParsingPods
pod 'Alamofire'
end

def uiPods
pod 'TextFieldEffects'
end

target 'testForModule' do
networkAndParsingPods
end

target 'Photo' do
uiPods
end

我这样做是出于分离的考虑,因为一些模块与特定的 pod 一起工作,而一些模块不应该访问它。

谢谢你的帮助

最佳答案

Photo 必须是 Xcode 项目中的目标,然后才能将其指定为 Podfile 中的目标。

关于ios - 椰子足 : Install pod for internal target (cocoa framework),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54266357/

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