不能在Xcode9 Swift4中使用alamofire类和方法

时间:2018-01-01 03:40:32

标签: ios swift xcode alamofire

我是初学者,但我通常没有在Xcode项目中实现pod的问题。我可以在Xcode8中无缝地使用alamofire,但最近我只升级到Xcode9和Swift4,但我不知道为什么Xcode不能识别Alamofire类和方法,

安装alamofire的podfile就是这样的

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

target 'alamofireTestApp' do
pod 'Alamofire', '~> 4.5'
end

我试过ctrl + B但问题仍然存在,我可以import Alamofire,但我找不到方法及其类,它只显示Alamofireversionnumber,这里是截图

ibb.co/mHdZRb

这里出了什么问题?

1 个答案:

答案 0 :(得分:4)

是的我注意到当我使用pod安装它时,y项目中只显示 Alamofireversionnumber

简单的解决方案就是

- > 写Alamofire ScreenShot 1

enter image description here

<强> - &GT; Alamofire

enter image description here

- &GT; Alamofire.re 然后会出现建议

enter image description here