【发布时间】:2021-10-27 12:30:41
【问题描述】:
我在 ios 方面相对较新,尤其是可可豆荚。我遇到了一个问题,不知何故 IgListKit 依赖项是不可导入的,我已经清理构建,构建第一个然后添加导入,甚至删除 xcworkplace 并通过执行pod install添加一个新的@
我该如何解决?这是 Pod 内部的问题吗?我应该报错吗?谢谢
我如何添加依赖项:
# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'
target 'LearnViper' do
pod 'Alamofire', '~> 5.4'
pod 'RxSwift', '6.2.0'
pod 'RxCocoa', '6.2.0'
pod 'Kingfisher', '~> 7.0'
pod 'SkeletonView'
pod 'IGListKit', '~> 4.0.0'
end
【问题讨论】: