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

Erros Cluster.swift #40

Closed
andresousaribeiro opened this issue Aug 17, 2017 · 3 comments
Closed

Erros Cluster.swift #40

andresousaribeiro opened this issue Aug 17, 2017 · 3 comments

Comments

@andresousaribeiro
Copy link

Hello There,

After install the Cluster pod on my project and without make any further changes. The application got 3 erros.

These 2 :

visibleAnnotations.subtract(Set(toRemove as! [NSObject]))
visibleAnnotations.formUnion(Set(toAdd as! [NSObject]))

With : Type 'NSObject' does not conform to protocol 'MKAnnotation'

And these 1:

let after = Set(clusteredAnnotations as! [NSObject])

With : Type 'NSObject' does not conform to protocol 'MKAnnotation'

It's normal by default the pop to have this erros?

@efremidze
Copy link
Owner

What iOS version? Xcode version?

@andresousaribeiro
Copy link
Author

I'm using the last version of xcode and iOS 9.0

@andresousaribeiro
Copy link
Author

But i "resolve" the problem using your code from branch swift 4.0

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