You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
Any ideas how to get around this.. we prefer to migrate all to 3, and not 2.3 for our project.
The text was updated successfully, but these errors were encountered:
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
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..
Any ideas how to get around this.. we prefer to migrate all to 3, and not 2.3 for our project.
The text was updated successfully, but these errors were encountered: