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

Xcode 8.1 Swift 3.0 Issues #57

Open
gateway opened this issue Nov 1, 2016 · 1 comment
Open

Xcode 8.1 Swift 3.0 Issues #57

gateway opened this issue Nov 1, 2016 · 1 comment

Comments

@gateway
Copy link

gateway commented Nov 1, 2016

Hi, we had to finally update to Xcode 8.1 from 7.3.1 which now we are facing a big pain in dealing with the pods we are using and the fact that some of them are not updated for the proper syntax.

Here is what Im seeing so far..

image

Any ideas how to get around this.. we prefer to migrate all to 3, and not 2.3 for our project.

@OgnjenSK
Copy link

OgnjenSK commented Nov 1, 2016

Hi, thanks for opening this, I just wanted to open similar question.
You can overcome these warnings by going to edit->convert to current swift syntax and then select this FBAnnotationClustering framework.

However, I was getting a couple of more errors afterwards. I overcame them by manually rewriting the constructor which error was pointing to, and also I had to rename a bunch of functions from the examples because it seems that this library is in the process of refactoring.

I am not sure if I've done everything right, since I have weird numbers in clusters, which are changing on every map panning. So, I also wonder if there is an updated working example of this library?

There is #49 talking about this problem, but at that point it looked like it was resolved

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