Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thread 11: "This decoder will only decode classes that adopt NSSecureCoding. Class 'Cachy.CachyObject' does not adopt it." #13

Open
emmismtv opened this issue Jan 15, 2022 · 1 comment

Comments

@emmismtv
Copy link

Xcode will show this error every time the app opens.

@SNNafi
Copy link

SNNafi commented Jan 30, 2022

CachyLoaderManager.shared.configure(
     memoryCapacity: 1020,
     maxConcurrentOperationCount: 10,
     timeoutIntervalForRequest: 3,
     expiryDate: ExpiryDate.everyWeek,
     isOnlyInMemory: true,
     isSupportingSecureCodingSaving: false // set this false
)

I think, it will solve the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants