Open alloy opened 9 years ago
After trying to go through the failures it daunted on me that the sample probably hasn’t been kept up-to-date with the current code base at all and probably also needs to move to using CocoaPods. I’m just gonna skip with the example for now, but it would be ace if your project did have a working example, especially for it to work with pod try
.
I was trying to give the AFCacheDemo application in the AFCache-iOS Xcode project a quick go, but ran into a few problems:
src/shared
to the header search paths for#import "AFCache+Packaging.h"
inPackagingDemoController.h
to work.Constants.h
header, imported inPackagingDemoController.m
, doesn’t exist in the repository. I assume that’s because it might contain sensitive data? May I suggest aConstants.h.example
file that contains stub information?If it’s easy for you to update your repo to be more demo friendly that’d be great :+1: I’ll start testing it from scratch now nonetheless.