【发布时间】:2018-02-07 06:03:26
【问题描述】:
这是我的 Pod 文件...
# Uncomment the next line to define a global platform for your project
platform :ios, '11.2'
target 'Karaweik' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Alamofire'
# Pods for Karaweik
end
我只接到电话 AlamofireVersionNumber:
【问题讨论】:
-
这很正常(不应该发生),但只需输入 Alamofire 请求的完整代码即可。
-
@la-win-ko : 你能做的最好的事情是在编写 import 语句之后清理并构建项目一次,以使导入的库可用于项目
-
@sharadchauhan,你是对的