gpt4 book ai didi

ios - Pod 安装不下载框架

转载 作者:搜寻专家 更新时间:2023-11-01 07:21:11 24 4
gpt4 key购买 nike

我正在使用 switf 和 pod。当我在我的终端上输入“pod install”时,我没有将框架下载到我的项目中,而是得到了文件。

这对我来说没有任何区别,除了当我想在我的项目中导入它们时,我总是收到一个错误,说找不到它们。这是我的 pod 文件

# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!

target 'Project' do

pod 'MSSTabbedPageViewController'
pod 'PageMenu'

end

enter image description here

最佳答案

如 ocarol 所述,导入框架。但是,在您要使用框架的文件顶部导入之前,构建项目,因为 Xcode 似乎不会自动将 pod 链接到项目。

同时打开 pod install 生成的 .xcworkspace 文件。

关于ios - Pod 安装不下载框架,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38898892/

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