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

3.1 is the latest version when pulling cocoapods #130

Closed
phin opened this issue Jun 23, 2020 · 1 comment
Closed

3.1 is the latest version when pulling cocoapods #130

phin opened this issue Jun 23, 2020 · 1 comment

Comments

@phin
Copy link

phin commented Jun 23, 2020

  • 3.2 doesn't seem to be available on Cocoapods
  • the sample code doesn't compile as NSKeyedUnarchiveFromDataTransformerName isn't valid anymore, you need to use
    let options: [NSBindingOption : NSValueTransformerName] = [NSBindingOption.valueTransformerName: .keyedUnarchiveFromDataTransformerName]
    to compile the sample code
@Kentzo
Copy link
Owner

Kentzo commented Jun 23, 2020

Thanks, I will update the pod. Starting with the next release it will be automatically updated by Travis.

Would you like to prepare a PR for the README?

@Kentzo Kentzo closed this as completed Aug 23, 2020
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