-
Notifications
You must be signed in to change notification settings - Fork 131
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
Compiler error with cocoapods #10
Comments
I think this is an issue with using the swift 4 version of this. put:
in your project to use the swift 3 version. |
Thats what I thought too before I submitted this issue. I read online that cocoapods have some issue mixing swift 3 and swift 4 so I already did 'pod |
I had the same issue, after adding the version to the pod then running Maybe someone else on here can comment with a better solution. |
Everything works fine, this issue should be closed |
After install with cocoapods, there is a compiler error Type
'UILayoutPriority' (aka 'Float') has no member 'defaultHigh'
in ParallaxHeader.swift Anyone know whats happening?The text was updated successfully, but these errors were encountered: