我正在使用 CocoaPods 和 SVProgressHUD ,但在做完之后不时:
pod install
一切看起来都不错,但SVProgressHUD缺少两个文件:
SVIndefiniteAnimatedView.h
SVIndefiniteAnimatedView.m
我查看Pods / SVProgressHUD,我找到了除上述两个以外的所有预期文件,因此该应用程序无法编译。
这是我的Podfile:
platform :ios, '7.0'
pod 'SVProgressHUD', '~> 1.1'
pod 'GoogleAnalytics-iOS-SDK', '~> 3.10.0'
pod 'TTTAttributedLabel', '~> 1.13'
任何想法会发生什么?
如果有帮助,如果我手动将两个丢失的文件添加到文件夹,一切正常。
非常感谢