I'm using CocoaPods and SVProgressHUD but from time to time after doing:
pod install
All look good, but there are two files missing for SVProgressHUD:
SVIndefiniteAnimatedView.h
SVIndefiniteAnimatedView.m
I look on Pods/SVProgressHUD and I find all expected files except for the two above so the app doesn't compile.
This is my Podfile:
platform :ios, '7.0'
pod 'SVProgressHUD', '~> 1.1'
pod 'GoogleAnalytics-iOS-SDK', '~> 3.10.0'
pod 'TTTAttributedLabel', '~> 1.13'
Any ideas what's going on?
In case if helps, if I add manually the two missing files to the folder everything works just fine.
Many thanks