Xcode - 在 pod 安装后使用未声明的标识符
Xcode - Use of undeclared identifier after pod install
我刚刚更新了我的 Pods 并得到了这个:
/Users/snowcrash/projects/test/AppDelegate.m:271:34: Use of undeclared identifier 'AFHTTPClient'
我假设它没有收到我的 Pods 但不确定为什么。有什么建议吗?
您可以从 AFNetworking 1 迁移到 2 吗?
我刚刚更新了我的 Pods 并得到了这个:
/Users/snowcrash/projects/test/AppDelegate.m:271:34: Use of undeclared identifier 'AFHTTPClient'
我假设它没有收到我的 Pods 但不确定为什么。有什么建议吗?
您可以从 AFNetworking 1 迁移到 2 吗?