gpt4 book ai didi

ios - 总是得到构建错误 : No such module 'Alamofire'

转载 作者:IT王子 更新时间:2023-10-29 05:18:22 24 4
gpt4 key购买 nike

我遵循了 githubAlamofire 的说明| ,

我创建了一个名为 cocoapods-test 的 xcode 项目并关闭了它。

我转到项目文件夹运行 pod init 命令生成一个 Podfile。然后我在 Podfile 中添加了以下代码:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'Alamofire', '~> 3.0'

然后,我运行命令 pod install,这是 terminal:

中的结果
Updating local specs repositories

CocoaPods 1.0.0.beta.6 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Analyzing dependencies
Downloading dependencies
Installing Alamofire (3.3.0)
Generating Pods project
Integrating client project

[!] Please close any current Xcode sessions and use `cocoapods-test.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

然后,在我的项目文件夹中有一个名为 cocoapods-test.xcworkspace 的新文件。我双击它再次打开我的 xcode,我可以看到 Alamofire 模块。

然后,我打开了我项目的 ViewController 类,并 import Alamofire 。但无论我清理和构建多少次,我总是出错 No such module 'Alamofire' 。这是屏幕截图:

enter image description here

为什么我按照说明一步一步的做,还是会出现这个问题?

(我正在使用 XCode 7.2.1Swift 2.1.1Alamofire 3.3.0)

=======更新========

我尝试了@LK Yeung 的回答,取消注释 import Alamofire,然后清理并再次构建,我从 Alarmofire 得到了一堆编译器错误:

enter image description here

最佳答案

在使用库前需要编译成功一次

注释导入 Alamofire -> 构建 -> 取消注释导入 Alamofire

关于ios - 总是得到构建错误 : No such module 'Alamofire' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36336476/

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