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

CVManagedPersistentStruct not found #8

Closed
tkohout opened this issue Feb 8, 2016 · 1 comment
Closed

CVManagedPersistentStruct not found #8

tkohout opened this issue Feb 8, 2016 · 1 comment

Comments

@tkohout
Copy link
Contributor

tkohout commented Feb 8, 2016

In version 0.1.3 the CVManagedPersistentStruct is not made public and it is not accessible from other module.

Quick fix was for me to add to my code (_CVManagedPersistentStruct is public):

public protocol CVManagedPersistentStruct : _CVManagedPersistentStruct { typealias StructureType = Self }

Thanks, and keep up the good work

@terhechte
Copy link
Owner

Thanks!

I've just updated the release to 0.1.6 which includes this change among other changes. It's available via cocoapods and carthage.

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