-
Notifications
You must be signed in to change notification settings - Fork 166
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
Swift 2.0 syntax error #7
Comments
+1 |
3 similar comments
+1 |
+1 |
+1 |
I just built the sample app with Xcode 7.1 and did not have this problem. I think this issue has been fixed by @schickling in 7a14480 almost 2 months ago. If you are having this issue, are you using one of the releases (0.0.2 or 0.0.3)? If you are, try to checkout the latest master branch instead and see if that fixes your problem. |
Wow, now I append a new tag (0.0.3) to latest commit, and push it to cocoapods. 👍 |
I have tried with xcode7.3 and Xcode 8.1 still so many compiling error persists. |
It seems that swift 2 does not accept the '#' syntax for the function arguments.
This can cause compiling error.
The text was updated successfully, but these errors were encountered: