Aaron_Joe
2015-11-02 17:10
/Volumes/Backups-macSys/Swift Demo/Swift Weahter/Swift Weahter/ViewController.swift:52:23: Use of unresolved identifier 'AFHTTPRequestOperationManager'
在类的上面引用下
import AFNetworking
3.0的afnetowrking使用AFHttpSessionManager代替
Podfile中要改版本为
platform :ios,'8.0'
pod 'AFNetworking', '~>2.6.3'
不然安装的是最新版的
你有没有用cocoapods安装AFNetworking?
Swift Weather APP
35555 学习 · 241 问题