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

问题描述 投票:2回答:1

我是初学者,但我通常没有在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

这里出了什么问题?

ios swift xcode alamofire
1个回答
4
投票

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

简单的解决方案就是

- >写Alamofire ScreenShot1

enter image description here

- > Alamofire。

enter image description here

- > Alamofire.re然后会出现建议

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.