Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从这个链接下载了一个例子。目前我正在使用 xcode 4.2。它显示AFNetworkReachabilityStatus为未声明的变量。请给任何链接学习AFNetworking。
AFNetworkReachabilityStatus
AFNetworking
AFNetworking 有不同的版本。
最新的 AFNetworking 2.0及更高版本需要 Xcode 5,针对 iOS 6.0 及更高版本,或 Mac OS 10.8 Mountain Lion(具有现代 Cocoa 运行时的 64 位)及更高版本。
为了与 iOS 5 或 Mac OS X 10.7 兼容,请使用1.x 版本。
为了与 iOS 4.3 或 Mac OS X 10.6 兼容,请使用0.10.x 版本。
现在,如果您想支持 ios 4.3 或更高版本,请使用 0.10 版本。
AFNetworking 文档