I was trying to give the AFCacheDemo application in the AFCache-iOS Xcode project a quick go, but ran into a few problems:
- I had to add
src/shared to the header search paths for #import "AFCache+Packaging.h" in PackagingDemoController.h to work.
- The
Constants.h header, imported in PackagingDemoController.m, doesn’t exist in the repository. I assume that’s because it might contain sensitive data? May I suggest a Constants.h.example file that contains stub information?
- When trying to recreate the constants header, and not having build a package yet, I tried to use the package URL mentioned in the FAQ, alas that URL is no longer valid.
If it’s easy for you to update your repo to be more demo friendly that’d be great 👍 I’ll start testing it from scratch now nonetheless.
I was trying to give the AFCacheDemo application in the AFCache-iOS Xcode project a quick go, but ran into a few problems:
src/sharedto the header search paths for#import "AFCache+Packaging.h"inPackagingDemoController.hto work.Constants.hheader, imported inPackagingDemoController.m, doesn’t exist in the repository. I assume that’s because it might contain sensitive data? May I suggest aConstants.h.examplefile that contains stub information?If it’s easy for you to update your repo to be more demo friendly that’d be great 👍 I’ll start testing it from scratch now nonetheless.