gpt4 book ai didi

ios - 未找到 Alamofire 框架(Xcode-8.2.1 和 iOS 10.2)

转载 作者:行者123 更新时间:2023-12-01 18:40:56 26 4
gpt4 key购买 nike

enter image description here我已经尝试了很多解决方案,但最终没有得到做什么。我刚刚安装了用于 Alamofire 和 swiftyJson 的 cocoa pod .现在当我 清洁和 build 我的项目出现错误

NO SUCH FRAMEWORK ALAMOFIRE



当我尝试在任何 swift 文件中导入 Alamofire 时,它​​会显示:

NO SUCH MODULE ALAMOFIRE



我更新的 Podfile 是这样的( 没有这样的框架 Alamofire 这个 pod 文件解决了错误)。但仍然没有这样 模块alamofire -:
  # Uncomment the next line to define a global platform for your project
platform :ios, ’10.2’


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

target 'ModesTests' do
use_frameworks!
pod 'Alamofire', '~> 4.4'

target 'ModesUITests' do
inherit! :search_paths
# Pods for testing
end

end

这就是我创建 的方式模式.xcworkspace 并安装 pod 和创建的 pod 文件 -:

1) 打开终端

2) 使用 cd 命令导航到包含您的 ModesSample 项目的目录:

3)给出init命令
pod init

4)使用命令打开 Podfile:
open -a Xcode Podfile

创建的 pod 文件如上图所示,最后一步是-:
5) pod install

我已验证的所有内容-:

1) 我在路径下添加了 Alamofire.framework -: Modes->General->Linked Frameworks and Libraries

2)尝试在-:build设置->框架搜索路径下添加Alamofire目录路径

3)经过验证的构建事件架构仅值它是-:
DEBUG:YES
RELEASE:NO

谁能帮我解决这个问题,我已经尝试了3次。谢谢

最佳答案

将以下文本粘贴到您的 podfile 中。

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

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

target 'ModesTests' do
pod 'Alamofire', '~> 4.4'

target 'ModesUITests' do
inherit! :search_paths
# Pods for testing
end

end

保存。
然后在终端中运行命令“$ pod install”。(如果您之前没有安装)。
如果你想更新 Alamofire 然后运行命令“$ pod update”

谢谢..!!!

关于ios - 未找到 Alamofire 框架(Xcode-8.2.1 和 iOS 10.2),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43245202/

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