提示找不到AFHTTPRequestOperationManager
?/Volumes/Backups-macSys/Swift?Demo/Swift?Weahter/Swift?Weahter/ViewController.swift:52:23:?Use?of?unresolved?identifier?'AFHTTPRequestOperationManager'?
?/Volumes/Backups-macSys/Swift?Demo/Swift?Weahter/Swift?Weahter/ViewController.swift:52:23:?Use?of?unresolved?identifier?'AFHTTPRequestOperationManager'?
2015-11-02
舉報
2016-07-19
在類的上面引用下
import AFNetworking
2016-03-07
3.0的afnetowrking使用AFHttpSessionManager代替
2016-01-20
Podfile中要改版本為
platform :ios,'8.0'
pod 'AFNetworking', '~>2.6.3'
不然安裝的是最新版的
2015-11-16
你有沒有用cocoapods安裝AFNetworking?