-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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/sharedto the header search paths for#import "AFCache+Packaging.h"inPackagingDemoController.hto work. - The
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? - 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.
Metadata
Metadata
Assignees
Labels
No labels