Pods 安装不在现有项目上安装 AFNetworking 中的所有文件
Pods install not installing all files in AFNetworking on existing project
Cocoapods 并未在现有项目上安装 AFNetworking 2.6.0 中的所有文件。见附图。另外两个 pods,ECSlidingViewController 和 DateTools,安装得很好。
关于如何解决新设置中 pod install
AFNetworking 丢失文件的任何建议?
播客文件:
platform :ios, '7.0'
pod 'AFNetworking'
pod 'ECSlidingViewController', '~> 2.0'
pod 'DateTools'
Podfile.lock:
- 使用 AFNetworking 版本 2.6.0
- 使用 Cocoa 创建pods 0.38.2
在新设置上安装 Pod:
这些是现有项目的新系统上安装的唯一 AFNetworking 文件。它缺少 folders/files - NSURLSession、可达性、安全性和序列化。
现有项目:
这些是安装在现有项目上的所有 AFNetworking 文件。
使用 Xcode 7.2,pod 版本 0.38.2,OS X Yosemite。
我通过删除 Podfile.lock 并为 AFNetworking 设置 2.6.x 版本解决了这个问题。这导致 cocoapods 安装 AFNetworking v2.6.3 并且安装了所有必要的文件!可能是 v2.6.0 的错误。
Cocoapods 并未在现有项目上安装 AFNetworking 2.6.0 中的所有文件。见附图。另外两个 pods,ECSlidingViewController 和 DateTools,安装得很好。
关于如何解决新设置中 pod install
AFNetworking 丢失文件的任何建议?
播客文件:
platform :ios, '7.0'
pod 'AFNetworking'
pod 'ECSlidingViewController', '~> 2.0'
pod 'DateTools'
Podfile.lock:
- 使用 AFNetworking 版本 2.6.0
- 使用 Cocoa 创建pods 0.38.2
在新设置上安装 Pod:
这些是现有项目的新系统上安装的唯一 AFNetworking 文件。它缺少 folders/files - NSURLSession、可达性、安全性和序列化。
现有项目:
这些是安装在现有项目上的所有 AFNetworking 文件。
使用 Xcode 7.2,pod 版本 0.38.2,OS X Yosemite。
我通过删除 Podfile.lock 并为 AFNetworking 设置 2.6.x 版本解决了这个问题。这导致 cocoapods 安装 AFNetworking v2.6.3 并且安装了所有必要的文件!可能是 v2.6.0 的错误。